File tree Expand file tree Collapse file tree 2 files changed +51
-0
lines changed Expand file tree Collapse file tree 2 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea for this project
4+ title : ' [FEATURE] '
5+ labels : enhancement
6+ assignees : ' '
7+ ---
8+
9+ ## Is your feature request related to a problem?
10+ A clear description of what the problem is. Ex. I'm always frustrated when [ ...]
11+
12+ ## Describe the solution you'd like
13+ A clear description of what you want to happen.
14+
15+ ## Describe alternatives you've considered
16+ A clear description of any alternative solutions or features you've considered.
17+
18+ ## Additional context
19+ Add any other context or screenshots about the feature request here.
20+
21+ ## Implementation ideas
22+ If you have thoughts on how this could be implemented, share them here.
Original file line number Diff line number Diff line change 1+ ## Description
2+ Brief description of changes and motivation for this PR.
3+
4+ ## Type of Change
5+ - [ ] Bug fix (non-breaking change which fixes an issue)
6+ - [ ] New feature (non-breaking change which adds functionality)
7+ - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
8+ - [ ] Documentation update
9+ - [ ] Refactoring (no functional changes)
10+
11+ ## Testing
12+ - [ ] Tests pass locally (` just test ` )
13+ - [ ] Added new tests for this change
14+ - [ ] Tested manually in multiple scenarios
15+
16+ Describe specific testing done:
17+
18+ ## Breaking Changes
19+ List any breaking changes and migration steps needed:
20+
21+ ## Checklist
22+ - [ ] Code follows style guidelines (` just lint ` passes)
23+ - [ ] Code is formatted (` just format ` applied)
24+ - [ ] Self-review completed
25+ - [ ] Documentation updated (if needed)
26+ - [ ] No console logs or debug code left behind
27+
28+ ## Additional Notes
29+ Any additional context, screenshots, or information reviewers should know.
You can’t perform that action at this time.
0 commit comments