File tree Expand file tree Collapse file tree 3 files changed +79
-0
lines changed
Expand file tree Collapse file tree 3 files changed +79
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug Report
3+ about : Report something that isn't working
4+ title : ' [Bug] '
5+ labels : bug
6+ assignees : ' '
7+
8+ ---
9+
10+ ## Description
11+ Describe the bug clearly
12+
13+ ## Steps to Reproduce
14+ 1 .
15+ 2 .
16+ 3 .
17+
18+ ## Expected Behavior
19+ What should happen
20+
21+ ## Actual Behavior
22+ What actually happens
23+
24+ ## Environment
25+ - OS:
26+ - Version:
27+ - Branch:
28+
29+ ## Screenshots
30+ If applicable
31+
32+ ## Additional Context
33+ Any other context
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature Request
3+ about : Suggest a new feature
4+ title : ' [Feature] '
5+ labels : enhancement
6+ assignees : ' '
7+
8+ ---
9+
10+ ## Feature Description
11+ Clear description of the feature
12+
13+ ## Use Case
14+ Why is this needed? What's the use case?
15+
16+ ## Proposed Solution
17+ How should it work?
18+
19+ ## Alternatives Considered
20+ Other solutions you've considered
21+
22+ ## Additional Context
23+ Screenshots, mockups, etc.
Original file line number Diff line number Diff line change 1+ ## Description
2+ Brief description of changes
3+
4+ ## Type of Change
5+ - [ ] Bug fix
6+ - [ ] New feature
7+ - [ ] Breaking change
8+ - [ ] Documentation update
9+
10+ ## Testing
11+ Describe testing done
12+
13+ ## Checklist
14+ - [ ] Tests pass
15+ - [ ] Code follows style
16+ - [ ] Documentation updated (if needed)
17+ - [ ] No warnings introduced
18+
19+ ## Related Issues
20+ Closes #
21+
22+ ## Additional Context
23+ Any other relevant info
You can’t perform that action at this time.
0 commit comments