We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3438a62 commit e5bbd7cCopy full SHA for e5bbd7c
1 file changed
.claude/commands/fix-issue.md
@@ -48,6 +48,10 @@ Before writing any code:
48
49
- Stage all changes with `git add`
50
- Write a concise, descriptive commit message referencing the issue (e.g. `Fix login bug (#1234)`)
51
+- The commit message must end with a co-author line:
52
+ ```
53
+ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
54
55
- Commit the changes
56
57
## Step 7: Open a PR
@@ -56,6 +60,7 @@ Before writing any code:
60
2. Create a PR with `gh pr create`:
61
- Title should summarize the fix
58
62
- Body should reference the issue (`Fixes #<issue-number>`) and briefly describe what changed
63
+ - Body must end with: `🤖 Generated with [Claude Code](https://claude.com/claude-code)`
59
64
3. Add labels using the GitHub REST API (required — gh pr edit is broken):
65
66
```
0 commit comments