File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : File a bug report
3
+ title : " [Bug]: "
4
+ labels : ["bug"]
5
+ assignees :
6
+ - android69420
7
+ body :
8
+ - type : markdown
9
+ attributes :
10
+ value : |
11
+ Thanks for taking the time to fill out this bug report!
12
+ - type : textarea
13
+ id : what-happened
14
+ attributes :
15
+ label : What happened?
16
+ description : Also tell us, what did you expect to happen?
17
+ placeholder : Tell us what you see!
18
+ value : " A bug happened!"
19
+ validations :
20
+ required : true
21
+ - type : textarea
22
+ id : Reproduce
23
+ attributes :
24
+ label : To reproduce the behavior?
25
+ description : Steps to reproduce the behavior.
26
+ placeholder : opened store
27
+ value : " reproduce!"
28
+ validations :
29
+ required : true
30
+ - type : dropdown
31
+ id : browsers
32
+ attributes :
33
+ label : What browser are you seeing the problem on?
34
+ multiple : false
35
+ options :
36
+ - Firefox
37
+ - Chrome
38
+ - Safari
39
+ - Microsoft Edge
40
+ - Other Browser
41
+ validations :
42
+ required : true
43
+
You can’t perform that action at this time.
0 commit comments