Skip to content

Commit c4890c9

Browse files
committed
feat: add pull request template
1 parent ec432f9 commit c4890c9

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+
## What does this PR do?
2+
3+
<!-- Describe the change and why it's needed. Link to a related issue or discussion. -->
4+
5+
Closes #
6+
7+
## Type of change
8+
9+
<!-- Check one. If "Feature", a prior Discussion is required — see below. -->
10+
11+
- [ ] Bug fix
12+
- [ ] Feature
13+
- [ ] Refactor (no behavior change)
14+
- [ ] Documentation
15+
- [ ] Performance improvement
16+
- [ ] Tests
17+
- [ ] Chore (dependencies, CI, tooling)
18+
19+
## Checklist
20+
21+
- [ ] `pnpm test` passes (or targeted tests for my change)
22+
- [ ] `pnpm format` has been run
23+
- [ ] I have added/updated tests for my changes (if applicable)
24+
- [ ] I have added a changeset
25+
26+
## AI-generated code disclosure
27+
28+
<!-- 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. -->
29+
30+
- [ ] This PR includes AI-generated code
31+
32+
## Screenshots / test output
33+
34+
<!-- Optional. Include if the change is visual or if you want to show test results. -->

0 commit comments

Comments
 (0)