We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4baea82 commit b714974Copy full SHA for b714974
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,34 @@
1
+## Summary
2
+
3
+<!-- Why this change? What problem does it solve? Link motivation, not just mechanics. -->
4
5
+Closes #
6
7
+## Changes
8
9
+<!-- Brief description of what was changed. Bullet points work well. -->
10
11
+-
12
13
+## Acceptance criteria
14
15
+<!-- Mirror the criteria from the linked issue. Check them off as you go. -->
16
17
+- [ ]
18
19
+## Test plan
20
21
+<!-- How was this tested? Commands, screenshots, recordings — show your work. -->
22
23
+## Breaking changes
24
25
+<!-- If none, delete this section. If any, describe what breaks and migration steps. -->
26
27
+None.
28
29
+## Checklist
30
31
+- [ ] Self-reviewed my own diff
32
+- [ ] Tests added or updated
33
+- [ ] Docs updated (if applicable)
34
+- [ ] No unrelated changes bundled in
0 commit comments