@@ -9,12 +9,13 @@ Follow these steps:
993 . Search the codebase for relevant files
10104 . 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