Skip to content

Commit f532d85

Browse files
committed
chore: add concise PR template
1 parent 104754b commit f532d85

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# PR Title
2+
3+
## Summary
4+
- What: Briefly describe the change
5+
- Why: Problem it solves / value
6+
- How: Key changes (bullets)
7+
8+
## Testing
9+
- [ ] Unit tests added/updated
10+
- [ ] Manual/Integration verified
11+
- [ ] CI passes locally (tests + lint)
12+
13+
## Risk/Impact
14+
- Breaking changes: yes/no (explain)
15+
- Migration notes (if any)
16+
17+
## Checklist
18+
- [ ] Small, logical commits
19+
- [ ] Docs/README updated (if user-facing)
20+
- [ ] Backwards compatible (or documented)
21+
- [ ] Security/Privacy reviewed (if applicable)
22+
- [ ] Linked issue(s) / references
23+
24+
## Notes
25+
- Screenshots/logs (if relevant)

0 commit comments

Comments
 (0)