Skip to content

Commit b714974

Browse files
committed
chore: add pull request template
1 parent 4baea82 commit b714974

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)