Skip to content

Commit 49415b7

Browse files
committed
chore: add pull request template
1 parent 8b300c4 commit 49415b7

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
11
## Summary
22

3-
<!-- What does this PR do? -->
3+
<!-- What changed and why. If it fixes a bug, say what was broken and how this fixes it. -->
4+
5+
## Type of change
6+
7+
- [ ] Bug fix (no breaking change)
8+
- [ ] New feature (no breaking change)
9+
- [ ] Breaking change (existing callers must update)
10+
- [ ] Docs, tests, or internal maintenance only
11+
12+
## Public API
13+
14+
<!-- Any change to exported types, function signatures, wire formats, or response shapes.
15+
Write "none" if nothing exported changed. If something did, note the migration a
16+
caller has to make. -->
417

518
## Test plan
619

7-
<!-- How was this tested? -->
20+
<!-- How this was verified: which tests were added or changed, and how to reproduce the
21+
result locally. New behavior ships with tests in the same change. -->
22+
23+
## Checklist
24+
25+
- [ ] Tests cover the new behavior, and the suite passes locally
26+
- [ ] Lint, format, and type checks pass
27+
- [ ] Docs and README examples updated if the public surface changed
28+
- [ ] No secrets, credentials, or personal data in the diff or the tests

0 commit comments

Comments
 (0)