File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments