Skip to content

Commit 34fff87

Browse files
committed
GH-5133 Update AGENTS.md: fill PR template explicitly
1 parent 3be42c0 commit 34fff87

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,12 @@ Do **not** modify existing headers’ years.
521521
- Create PR using default template:
522522
- Preferred: `gh pr create --title "GH-XXXX <summary>" --body-file .github/pull_request_template.md`
523523
- Fallback: `gh pr create --title "GH-XXXX <summary>" --body "$(cat .github/pull_request_template.md)"`
524-
- Target the repo default branch (e.g., `origin/HEAD`). Add `Fixes #XXXX` in the PR body when appropriate.
524+
- Immediately fill the template (do not leave placeholders):
525+
- Set `GitHub issue resolved: #XXXX`.
526+
- Write a short, accurate change summary (what/why).
527+
- Tick applicable checklist items only (self-contained, tests, squashed, commit message prefix, formatting if run).
528+
- Include `Fixes #XXXX` to auto-close the issue on merge.
529+
- Target the repo default branch (e.g., `origin/HEAD`).
525530
526531
---
527532

0 commit comments

Comments
 (0)