File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -223,8 +223,6 @@ why: Explanation of necessity or impact.
223223what:
224224- Specific technical changes made
225225- Focused on a single topic
226-
227- refs: #issue-number, breaking changes, or relevant links
228226```
229227
230228Common commit types:
@@ -245,8 +243,6 @@ what:
245243- Add port capture to SCP_REGEX pattern
246244- Update GitURL.to_url() to include port if specified
247245- Add tests for the new functionality
248-
249- refs: #123
250246```
251247
252248## Debugging Tips
@@ -256,4 +252,4 @@ When stuck in debugging loops:
2562521 . ** Pause and acknowledge the loop**
2572532 . ** Minimize to MVP** : Remove all debugging cruft and experimental code
2582543 . ** Document the issue** comprehensively for a fresh approach
259- 4 . ** Format for portability** (using quadruple backticks)
255+ 4 . ** Format for portability** (using quadruple backticks)
You can’t perform that action at this time.
0 commit comments