Skip to content

Commit 60a232b

Browse files
authored
feat: Add initial pull request template. (#48)
1 parent ce83f8b commit 60a232b

1 file changed

Lines changed: 64 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
## Summary
2+
3+
<!-- One paragraph explaining what this PR does and why. Link the related issue below. -->
4+
5+
Closes #
6+
7+
---
8+
9+
## Type of Change
10+
11+
<!-- Check all that apply -->
12+
13+
- [ ] Bug fix
14+
- [ ] New feature
15+
- [ ] Refactor (no functional change)
16+
- [ ] UI / Design change
17+
- [ ] Tests only
18+
- [ ] Documentation
19+
- [ ] Infrastructure / DevOps
20+
- [ ] Security
21+
22+
---
23+
24+
## What Changed
25+
26+
<!-- Bullet list of the key changes made. Be specific about files touched and why. -->
27+
28+
-
29+
-
30+
-
31+
32+
---
33+
34+
## How to Test
35+
36+
<!-- Steps to reproduce or verify the change. Include commands, test data, or scenarios. -->
37+
38+
1.
39+
2.
40+
3.
41+
42+
---
43+
44+
## Checklist
45+
46+
- [ ] My code follows the project's coding style (`pnpm -r run lint` passes).
47+
- [ ] TypeScript compiles without errors (`pnpm -r run typecheck`).
48+
- [ ] I have added or updated tests for the changes I made.
49+
- [ ] All tests pass locally (`pnpm -r run test`).
50+
- [ ] I have updated documentation where necessary.
51+
- [ ] No new `console.log` or debug statements left in the code.
52+
- [ ] Breaking changes are documented in this PR description.
53+
54+
---
55+
56+
## Screenshots / Recordings
57+
58+
<!-- For UI changes, attach before/after screenshots or a short screen recording. Delete this section if not applicable. -->
59+
60+
---
61+
62+
## Additional Context
63+
64+
<!-- Anything else reviewers should know — trade-offs, future work, known limitations. -->

0 commit comments

Comments
 (0)