Skip to content

Commit 61b2fe2

Browse files
authored
feat/add-pull-request-template (#604)
1 parent e2a5224 commit 61b2fe2

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## Description
2+
3+
<!-- Briefly describe the purpose of this pull request. What changes are introduced, and why? -->
4+
5+
## Type of Change
6+
7+
- [ ] Bug fix
8+
- [ ] New feature
9+
- [ ] Documentation update
10+
- [ ] Refactor
11+
- [ ] Other (please describe):
12+
13+
## Related Issues
14+
15+
<!-- List any related issues or reference other PRs, if applicable. Example: Fixes #123, Closes #456 -->
16+
17+
## Testing
18+
19+
- [ ] Tests added or updated
20+
- [ ] No tests required
21+
22+
<!-- Briefly describe the testing that was done. Include steps to manually test or reference automated tests. -->
23+
24+
## Checklist
25+
26+
- [ ] Code is well-documented
27+
- [ ] Changelog is updated (if needed)
28+
- [ ] No sensitive information (e.g., keys, credentials) is included in the code
29+
- [ ] All PR feedback is addressed
30+
31+
## Additional Notes
32+
33+
<!-- Any additional notes or comments to help the reviewer. -->

0 commit comments

Comments
 (0)