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+ ---
2+ name : Bug Report
3+ about : Report a bug or unexpected behavior
4+ title : ' [BUG] '
5+ labels : bug
6+ ---
7+
8+ ## Bug Description
9+ <!-- A clear and concise description of what the bug is. -->
10+
11+ ## Steps to Reproduce
12+ 1 .
13+ 2 .
14+ 3 .
15+
16+ ## Expected Behavior
17+ <!-- What you expected to happen -->
18+
19+ ## Actual Behavior
20+ <!-- What actually happened -->
21+
22+ ## Screenshots
23+ <!-- If applicable, add screenshots to help explain your problem -->
24+
25+ ## Environment
26+ - ** OS** :
27+ - ** Browser** (if applicable):
28+ - ** Version** :
29+
30+ ## Additional Context
31+ <!-- Add any other context about the problem here -->
32+
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature Request
3+ about : Suggest a new feature or enhancement
4+ title : ' [FEATURE] '
5+ labels : enhancement
6+ ---
7+
8+ ## Feature Description
9+ <!-- A clear and concise description of the feature you'd like to see -->
10+
11+ ## Problem Statement
12+ <!-- What problem does this feature solve? What use case does it address? -->
13+
14+ ## Proposed Solution
15+ <!-- Describe how you envision this feature working -->
16+
17+ ## Alternatives Considered
18+ <!-- Any alternative solutions or features you've considered -->
19+
20+ ## Additional Context
21+ <!-- Add any other context, mockups, or examples about the feature request here -->
22+
Original file line number Diff line number Diff line change 1+ ## Summary
2+ <!-- Provide a brief summary of what this PR does -->
3+
4+ ## Changes
5+ <!-- Describe the changes made in this PR -->
6+
7+ ## Screenshots (if applicable)
8+ <!-- Add screenshots or GIFs to demonstrate the changes -->
9+
10+ ## Related Issues
11+ <!-- Link to related issues (e.g., "Closes #123") -->
12+
13+
14+ ## Checklist
15+ <!-- Please check all that apply -->
16+
17+ - [ ] Code follows the project's coding standards
18+ - [ ] Documentation has been updated (if applicable)
19+ - [ ] No breaking changes introduced (or breaking changes are documented)
20+ - [ ] Code has been tested locally
21+
22+ ## Additional Notes
23+ <!-- Any additional information reviewers should know -->
24+
You can’t perform that action at this time.
0 commit comments