File tree Expand file tree Collapse file tree 3 files changed +51
-0
lines changed Expand file tree Collapse file tree 3 files changed +51
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ title : " [BUG] ___ doesn't work"
5
+ labels : bug
6
+ assignees : raub
7
+
8
+ ---
9
+
10
+ ** Describe the bug**
11
+ A clear and concise description of what the bug is.
12
+
13
+ ** To Reproduce**
14
+ Steps to reproduce the behavior:
15
+ 1 . ___
16
+ 2 . ___
17
+ 3 . ___
18
+
19
+ ** Expected behavior**
20
+ Description of what you expected to happen.
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 : " [FEAT] ____"
5
+ labels : new
6
+ assignees : raub
7
+
8
+ ---
9
+
10
+ ** Describe the solution you'd like**
11
+ Description of what you want to happen.
12
+
13
+ ** Describe alternatives you've considered**
14
+ Description of alternative solutions or features you've considered.
Original file line number Diff line number Diff line change
1
+ ## Description
2
+ <!-- A concise description of what the PR does. -->
3
+
4
+
5
+ ## Test Plan
6
+ <!-- How can a reviewer test the changes included in this PR? -->
7
+ 1 .
8
+ 2 .
9
+ 3 .
10
+
11
+
12
+ ## Checklist
13
+ <!-- Ensure that your PR fulfills the following requirements -->
14
+ - [ ] I've followed the code style.
15
+ - [ ] I've tried running the code with my changes.
16
+ - [ ] The docs and TS declarations are in sync with code changes.
17
+ - [ ] (optional) I've added unit tests for my changes.
You can’t perform that action at this time.
0 commit comments