File tree 1 file changed +42
-0
lines changed
1 file changed +42
-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 : [
4
+ " bug"
5
+ ]
6
+
7
+ body :
8
+ - type : textarea
9
+ id : description
10
+ attributes :
11
+ label : " Description"
12
+ description : " A clear and concise description of what the bug is."
13
+ placeholder : " Short description of the bug"
14
+ validations :
15
+ required : true
16
+ - type : textarea
17
+ id : except-behaviour
18
+ attributes :
19
+ label : " Expected behaviour"
20
+ description : " Optional: A clear and concise description of what you expected to happen."
21
+ placeholder : " What you expected to happen"
22
+ validations :
23
+ required : false
24
+ - type : textarea
25
+ id : reprod
26
+ attributes :
27
+ label : " Steps to reproduce the behaviour"
28
+ description : Explain how to reproduce the bug.
29
+ value : |
30
+ 1.
31
+ 2.
32
+ ...
33
+ render : bash
34
+ validations :
35
+ required : true
36
+ - type : textarea
37
+ id : screenshot
38
+ attributes :
39
+ label : " Screenshots"
40
+ description : " Optional: If applicable, add screenshots to help explain your problem."
41
+ validations :
42
+ required : false
You can’t perform that action at this time.
0 commit comments