Skip to content

Commit 939e53e

Browse files
committed
feat: add pull request template
- Add comprehensive PR template with bullet-point summary format - Include checkboxes for common change types - Provide section for related issues
1 parent 05ccbb2 commit 939e53e

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Summary
2+
3+
-
4+
-
5+
-
6+
7+
## Type of Change
8+
9+
- [ ] Bug fix (non-breaking change which fixes an issue)
10+
- [ ] New feature (non-breaking change which 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+
- [ ] CI/CD change
16+
17+
## Related Issues
18+
19+
Closes #(issue number)

0 commit comments

Comments
 (0)