We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f70318 commit b116e5bCopy full SHA for b116e5b
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -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