@@ -2,80 +2,80 @@ name: "🐛 Bug Report"
22description : Create a report to help us improve
33title : " [BUG] "
44labels :
5- - bug
6- - unverified
5+ - bug
6+ - unverified
77body :
8- - id : description
9- type : textarea
10- attributes :
11- label : Current behaviour
12- description : A clear and concise description of what the bug is.
13- validations :
14- required : false
15- - id : steps
16- type : textarea
17- attributes :
18- label : Steps to reproduce
19- description : Steps to reproduce the behavior.
20- placeholder : |
21- 1. Go to '...'
22- 2. Click on '....'
23- 3. Scroll down to '....'
24- 4. See error
25- validations :
26- required : true
27- - id : expected
28- type : textarea
29- attributes :
30- label : Expected behaviour
31- description : A clear and concise description of what you expected to happen.
32- validations :
33- required : false
34- - id : os
35- type : dropdown
36- attributes :
37- label : OS
38- description : OS of device
39- options :
40- - Windows
41- - Linux
42- - MacOS
43- - Android
44- - iOS
45- - other
46- validations :
47- required : false
48- - id : browser
49- type : dropdown
50- attributes :
51- label : Browser
52- description : Used web browser
53- options :
54- - Chrome
55- - Firefox
56- - Safari
57- - Edge
58- - Opera
59- - Other Chrome/Chromium based
60- - Other
61- validations :
62- required : false
63- - id : version
64- type : dropdown
65- attributes :
66- label : App version
67- options :
68- - 1.0.0
69- default : 0
70- validations :
71- required : true
72- - id : additional
73- type : textarea
74- attributes :
75- label : Anything else?
76- description : |
77- Links? References? Screenshots? Anything that will give us more context about the issue you are encountering!
8+ - id : description
9+ type : textarea
10+ attributes :
11+ label : Current behaviour
12+ description : A clear and concise description of what the bug is.
13+ validations :
14+ required : false
15+ - id : steps
16+ type : textarea
17+ attributes :
18+ label : Steps to reproduce
19+ description : Steps to reproduce the behavior.
20+ placeholder : |
21+ 1. Go to '...'
22+ 2. Click on '....'
23+ 3. Scroll down to '....'
24+ 4. See error
25+ validations :
26+ required : true
27+ - id : expected
28+ type : textarea
29+ attributes :
30+ label : Expected behaviour
31+ description : A clear and concise description of what you expected to happen.
32+ validations :
33+ required : false
34+ - id : os
35+ type : dropdown
36+ attributes :
37+ label : OS
38+ description : OS of device
39+ options :
40+ - Windows
41+ - Linux
42+ - MacOS
43+ - Android
44+ - iOS
45+ - other
46+ validations :
47+ required : false
48+ - id : browser
49+ type : dropdown
50+ attributes :
51+ label : Browser
52+ description : Used web browser
53+ options :
54+ - Chrome
55+ - Firefox
56+ - Safari
57+ - Edge
58+ - Opera
59+ - Other Chrome/Chromium based
60+ - Other
61+ validations :
62+ required : false
63+ - id : version
64+ type : dropdown
65+ attributes :
66+ label : App version
67+ options :
68+ - 1.0.0
69+ default : 0
70+ validations :
71+ required : true
72+ - id : additional
73+ type : textarea
74+ attributes :
75+ label : Anything else?
76+ description : |
77+ Links? References? Screenshots? Anything that will give us more context about the issue you are encountering!
7878
79- Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
80- validations :
81- required : false
79+ Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
80+ validations :
81+ required : false
0 commit comments