Skip to content

Commit 2296341

Browse files
committed
git commit -m "feat: Add pull request template"
1 parent 2e801ac commit 2296341

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## Description
2+
Brief description of what this PR does and why.
3+
4+
Fixes #(issue number)
5+
6+
## Type of Change
7+
- [ ] Bug fix (non-breaking change which fixes an issue)
8+
- [ ] New feature (non-breaking change which adds functionality)
9+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
10+
- [ ] Documentation update
11+
- [ ] Code refactoring
12+
- [ ] Performance improvement
13+
14+
## Testing
15+
- [ ] I have added tests that prove my fix is effective or that my feature works
16+
- [ ] New and existing unit tests pass locally with my changes
17+
- [ ] I have tested the CLI commands manually
18+
19+
## Code Quality
20+
- [ ] My code follows the project's style guidelines
21+
- [ ] I have performed a self-review of my own code
22+
- [ ] I have commented my code, particularly in hard-to-understand areas
23+
- [ ] My changes generate no new warnings or errors
24+
25+
## Documentation
26+
- [ ] I have updated the README if needed
27+
- [ ] I have updated relevant comments and documentation
28+
- [ ] Any new dependencies are documented
29+
30+
## Screenshots/Examples
31+
<!-- If applicable, add screenshots or example outputs -->

0 commit comments

Comments
 (0)