Skip to content

Commit eb0bef0

Browse files
dreyfus9243081j
andauthored
feat: add pull request template (#511)
Co-authored-by: James Garbutt <43081j@users.noreply.github.com>
1 parent ec432f9 commit eb0bef0

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## What does this PR do?
2+
3+
<!--
4+
Describe the change and why it's needed. Link to a related issue or discussion.
5+
If there is no issue, please explain why one isn't needed.
6+
-->
7+
8+
Closes #
9+
10+
## Type of change
11+
12+
<!-- Check one. -->
13+
14+
- [ ] Bug fix
15+
- [ ] Feature
16+
- [ ] Refactor (no behavior change)
17+
- [ ] Documentation
18+
- [ ] Performance improvement
19+
- [ ] Tests
20+
- [ ] Chore (dependencies, CI, tooling)
21+
22+
## Checklist
23+
24+
- [ ] `pnpm test` passes (or targeted tests for my change)
25+
- [ ] `pnpm format` has been run
26+
- [ ] I have added/updated tests for my changes (if applicable)
27+
- [ ] I have added a changeset
28+
29+
## AI-generated code disclosure
30+
31+
<!-- If any part of this PR was generated by AI tools (Copilot, Claude, GPT, Cursor, etc.), check the box. This is fine — we just need to know so reviewers can pay extra attention to edge cases. -->
32+
33+
- [ ] This PR includes AI-generated code

0 commit comments

Comments
 (0)