Skip to content

Commit 997e6a0

Browse files
committed
chore: add PR template
1 parent 51f60fe commit 997e6a0

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
## Description
2+
3+
<!-- Briefly describe the changes in this PR -->
4+
5+
## Type of Change
6+
7+
<!-- Mark the relevant option with an [x] -->
8+
9+
- [ ] Bug fix (non-breaking change that fixes an issue)
10+
- [ ] New feature (non-breaking change that adds functionality)
11+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
12+
- [ ] Documentation update
13+
- [ ] Refactoring (no functional changes)
14+
- [ ] Performance improvement
15+
16+
## Affected Packages
17+
18+
<!-- Mark the affected packages with an [x] -->
19+
20+
- [ ] `@replanejs/sdk`
21+
- [ ] `@replanejs/react`
22+
- [ ] `@replanejs/next`
23+
- [ ] `@replanejs/svelte`
24+
25+
## Related Issues
26+
27+
<!-- Link any related issues using "Fixes #123" or "Relates to #123" -->
28+
29+
## Checklist
30+
31+
- [ ] I have read the [CONTRIBUTING](../CONTRIBUTING.md) guide
32+
- [ ] My code follows the project's coding style
33+
- [ ] I have added/updated tests as needed
34+
- [ ] All tests pass locally (`pnpm test`)
35+
- [ ] TypeScript types are complete and accurate
36+
- [ ] I have updated documentation as needed
37+
38+
## Testing
39+
40+
<!-- Describe how you tested these changes -->
41+
42+
## Additional Notes
43+
44+
<!-- Any additional information that reviewers should know -->
45+

0 commit comments

Comments
 (0)