Skip to content

Commit 22ba18c

Browse files
committed
Let's start adding the issue number to the branch name
1 parent 8c32020 commit 22ba18c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.claude/commands/fix-gh-issue.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ Follow these steps:
99
3. Search the codebase for relevant files
1010
4. Start developing the issue by creating a branch using `gh issue develop -c
1111
{issue number} --name {branch name}`, taking the issue number from the
12-
arguments, using a sensible branch name.
13-
5. Implement the necessary changes to fix the issue
14-
6. Write and run tests to verify the fix
15-
7. Ensure code passes linting and type checking
16-
8. Check if the README is still correct, given the changes. Correct when needed.
17-
9. Determine if this should be considered a patch, a minor or a major change,
12+
arguments, using a sensible branch name. Include the issue number in the
13+
branch name, at the end.
14+
1. Implement the necessary changes to fix the issue
15+
2. Write and run tests to verify the fix
16+
3. Ensure code passes linting and type checking
17+
4. Check if the README is still correct, given the changes. Correct when needed.
18+
5. Determine if this should be considered a patch, a minor or a major change,
1819
and ask me for confirmation.
19-
10. Document the change in a changeset, following knope's convention of having
20+
6. Document the change in a changeset, following knope's convention of having
2021
changesets.

0 commit comments

Comments
 (0)