@@ -3,54 +3,67 @@ description: File a bug report.
33title : " [Bug] "
44labels : [bug]
55body :
6- - type : markdown
7- attributes :
8- value : |
9- Thanks for taking the time to fill out this bug report!
10- - type : textarea
11- attributes :
12- label : What is the bug?
13- description : Describe the bug, what is happening?
14- placeholder : Tell us what you see!
15- validations :
16- required : true
17- - type : textarea
18- attributes :
19- label : How to reproduce the bug?
20- description : Tell use how to reproduce the bug.
21- placeholder : How to reproduce the bug?
22- validations :
23- required : true
24- - type : textarea
25- attributes :
26- label : Screenshots
27- description : Join a screenshot if you can.
28- placeholder : Drag or paste an image here.
29- validations :
30- required : false
31- - type : dropdown
32- attributes :
33- label : Operating System
34- description : What operating system are you using?
35- options :
36- - Windows 11
37- - Windows 10
38- - Windows 8.1
39- - Windows 8
40- - Windows 7
41- validations :
42- required : true
43- - type : input
44- attributes :
45- label : What is the version of the operating system?
46- description : Tell us the precise version of your operating system (Win+R, winver, Enter).
47- placeholder : Windows 10.0.19043.1110
48- validations :
49- required : false
50- - type : input
51- attributes :
52- label : What is the version of the software?
53- description : Tell us the precise version of the software you are using.
54- placeholder : v1.5.0.2108
55- validations :
56- required : true
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for taking the time to fill out this bug report!
10+ - type : textarea
11+ attributes :
12+ label : What is the bug?
13+ description : Describe the bug, what is happening?
14+ placeholder : Tell us what you see!
15+ validations :
16+ required : true
17+ - type : textarea
18+ attributes :
19+ label : How to reproduce the bug?
20+ description : Tell use how to reproduce the bug.
21+ placeholder : How to reproduce the bug?
22+ validations :
23+ required : true
24+ - type : textarea
25+ attributes :
26+ label : Screenshots
27+ description : Join a screenshot if you can.
28+ placeholder : Drag or paste an image here.
29+ validations :
30+ required : false
31+ - type : dropdown
32+ attributes :
33+ label : Operating System
34+ description : What operating system are you using?
35+ options :
36+ - Windows
37+ - macOS
38+ - Linux
39+ - Other
40+ validations :
41+ required : true
42+ - type : dropdown
43+ attributes :
44+ label : Browser
45+ description : What browser are you using?
46+ options :
47+ - Chrome
48+ - Firefox
49+ - Microsoft Edge (Chromium)
50+ - Microsoft Internet Explorer
51+ - Opera
52+ - Safari
53+ - Other
54+ validations :
55+ required : true
56+ - type : input
57+ attributes :
58+ label : What is the version of the browser?
59+ description : Tell us the precise version of your web browser.
60+ placeholder : v112.0.1722.48
61+ validations :
62+ required : false
63+ - type : input
64+ attributes :
65+ label : What is the version of the web app?
66+ description : Tell us the precise version of the web app you are using.
67+ placeholder : v1.5.0.2108
68+ validations :
69+ required : true
0 commit comments