diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c138df3..62b0ede 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,20 @@ -## Summary - +## Why now? + +Related issue: #____ -## Testing - +## What changed? + -## Issues - +## BREAKING + + + +## Review focus + + +## Checklist +- [ ] Scope ≤ 300 lines (or split/stack) +- [ ] Title is **verb + object** (e.g., “Refactor auth middleware to async”) +- [ ] Description links the issue and answers “why now?” +- [ ] **BREAKING** flagged if needed +- [ ] Tests/docs updated (if relevant)