File tree Expand file tree Collapse file tree 3 files changed +81
-0
lines changed Expand file tree Collapse file tree 3 files changed +81
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : 🐛 Bug report
2
+ description : Create a report to help us improve
3
+ labels : bug
4
+
5
+ body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ Thanks for taking the time to fill out this bug report!
10
+
11
+ - type : textarea
12
+ id : describe-bug
13
+ attributes :
14
+ label : Describe the bug
15
+ description : A clear and concise description of what the bug is.
16
+ validations :
17
+ required : true
18
+
19
+ - type : textarea
20
+ id : reproduction-steps
21
+ attributes :
22
+ label : Reproduction steps
23
+ description : Steps to reproduce the behavior
24
+ value : |
25
+ 1.
26
+ 2.
27
+ 3.
28
+ ...
29
+ validations :
30
+ required : true
31
+
32
+ - type : textarea
33
+ id : expected-behavior
34
+ attributes :
35
+ label : Expected behavior
36
+ description : A clear and concise description of what you expected to happen.
37
+ validations :
38
+ required : true
39
+
40
+ - type : textarea
41
+ id : additional-context
42
+ attributes :
43
+ label : Additional context
44
+ description : Add any other context about the problem here.
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : true
Original file line number Diff line number Diff line change
1
+ name : 🚀 Feature request
2
+ description : Suggest an idea for this project
3
+ labels : enhancement
4
+
5
+ body :
6
+ - type : textarea
7
+ id : describe-problem
8
+ attributes :
9
+ label : Is your feature request related to a problem? Please describe.
10
+ description : A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11
+ validations :
12
+ required : true
13
+
14
+ - type : textarea
15
+ id : describe-solution
16
+ attributes :
17
+ label : Describe the solution you'd like
18
+ description : A clear and concise description of what you want to happen.
19
+ validations :
20
+ required : true
21
+
22
+ - type : textarea
23
+ id : describe-alternatives
24
+ attributes :
25
+ label : Describe alternatives you've considered
26
+ description : A clear and concise description of any alternative solutions or features you've considered.
27
+ validations :
28
+ required : false
29
+
30
+ - type : textarea
31
+ id : additional-context
32
+ attributes :
33
+ label : Additional context
34
+ description : Add any other context or screenshots about the feature request here.
35
+ validations :
36
+ required : false
You can’t perform that action at this time.
0 commit comments