Skip to content

Commit bdf61dc

Browse files
authored
chore: add no test plan rule to jj PR commands (#50)
2 parents 19e1b90 + 32004cd commit bdf61dc

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

jj/commands/commit-push-pr.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ All changes are now in open pull requests.
115115
## Important Rules
116116

117117
- **NEVER add co-author information or Claude attribution**
118+
- **Do NOT include a "Test plan" section in PR descriptions**
118119
- Commits and PRs should be authored solely by the user
119120
- Each phase should complete fully before proceeding to the next
120121
- If any phase fails, report the error and ask how to proceed

jj/commands/create-prs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ For each bookmark (in order from closest to main to furthest):
8181
3. Generate PR body:
8282
- Use the full commit description as the starting point
8383
- Add context about what changed and why
84+
- **Do NOT include a "Test plan" section**
8485
- **Do NOT include Claude attribution or co-author info**
8586
4. Determine base branch:
8687
- Stacked mode: Use parent bookmark, or main if first in stack
@@ -146,6 +147,7 @@ Include:
146147
## Important:
147148

148149
- **NEVER add co-author information or Claude attribution**
150+
- **Do NOT include a "Test plan" section in PR descriptions**
149151
- PRs should be authored solely by the user
150152
- Do not include any "Generated with Claude" messages
151153
- Do not add "Co-Authored-By" lines

0 commit comments

Comments
 (0)