File tree Expand file tree Collapse file tree 3 files changed +68
-0
lines changed Expand file tree Collapse file tree 3 files changed +68
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a bug report
4+ title : ' [BUG] '
5+ labels : bug
6+ type : bug
7+ assignees : ' '
8+ ---
9+
10+ ## Summary
11+
12+ <!-- Provide a brief description of the bug you want to report. -->
13+
14+ ### Steps to Reproduce
15+
16+ <!-- List the steps that must be taken to reproduce the bug. -->
17+
18+ 1 . Step 1
19+ 2 . Step 2
20+ 3 . Step 3
21+
22+ ### Expected Behavior
23+
24+ <!-- Describe what you expected to happen. -->
25+
26+ ### Actual Behavior
27+
28+ <!-- Describe what actually happened. -->
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+ type : feature
7+ assignees : ' '
8+ ---
9+
10+ ## Summary
11+
12+ <!-- Provide a brief description of the feature you want to request. -->
13+
14+ ### Acceptance Criteria
15+
16+ <!-- List the criteria that must be met for this feature to be considered complete. -->
17+
18+ - [ ] Criterion 1
19+ - [ ] Criterion 2
20+ - [ ] Criterion 3
Original file line number Diff line number Diff line change 1+ ---
2+ name : Refactor request
3+ about : Request a refactor of existing code
4+ title : ' [TASK] Refactor '
5+ labels : refactor
6+ type : task
7+ assignees : ' '
8+ ---
9+
10+ ## Summary
11+
12+ <!-- Provide a brief description of the refactor you want to request. -->
13+
14+ ### Acceptance Criteria
15+
16+ <!-- List the criteria that must be met for this refactor to be considered complete. -->
17+
18+ - [ ] Criterion 1
19+ - [ ] Criterion 2
20+ - [ ] Criterion 3
You can’t perform that action at this time.
0 commit comments