@@ -3,70 +3,71 @@ description: File a bug/issue
33title : " [BUG] <title>"
44labels : ["bug"]
55body :
6- - type : checkboxes
7- attributes :
8- label : Is there an existing issue for this?
9- description : Please search to see if an issue already exists for the bug you encountered.
10- options :
11- - label : I have searched the existing issues
6+ - type : checkboxes
7+ attributes :
8+ label : Is there an existing issue for this?
9+ description : Please search to see if an issue already exists for the bug you
10+ encountered.
11+ options :
12+ - label : I have searched the existing issues
13+ required : true
14+ - type : input
15+ attributes :
16+ label : Empire Version
17+ description : What version of Empire are you using?
18+ validations :
1219 required : true
13- - type : input
14- attributes :
15- label : Empire Version
16- description : What version of Empire are you using?
17- validations :
18- required : true
19- - type : input
20- attributes :
21- label : Python Version
22- description : What version of Python are you using?
23- validations :
24- required : true
25- - type : input
26- attributes :
27- label : Operating System
28- description : What operating system are you using?
29- validations :
30- required : true
31- - type : dropdown
32- attributes :
33- label : Database
34- description : What database are you using?
35- options :
36- - SQLite
37- - MySQL
38- - MariaDB
39- validations :
40- required : true
41- - type : textarea
42- attributes :
43- label : Current Behavior
44- description : A concise description of what you're experiencing.
45- validations :
46- required : true
47- - type : textarea
48- attributes :
49- label : Expected Behavior
50- description : A concise description of what you expected to happen.
51- validations :
52- required : true
53- - type : textarea
54- attributes :
55- label : Steps To Reproduce
56- description : Steps to reproduce the behavior.
57- placeholder : |
58- 1. In this environment...
59- 1. With this config...
60- 1. Run '...'
61- 1. See error...
62- validations :
63- required : true
64- - type : textarea
65- attributes :
66- label : Anything else?
67- description : |
68- Links? References? Anything that will give us more context about the issue you are encountering!
20+ - type : input
21+ attributes :
22+ label : Python Version
23+ description : What version of Python are you using?
24+ validations :
25+ required : true
26+ - type : input
27+ attributes :
28+ label : Operating System
29+ description : What operating system are you using?
30+ validations :
31+ required : true
32+ - type : dropdown
33+ attributes :
34+ label : Database
35+ description : What database are you using?
36+ options :
37+ - SQLite
38+ - MySQL
39+ - MariaDB
40+ validations :
41+ required : true
42+ - type : textarea
43+ attributes :
44+ label : Current Behavior
45+ description : A concise description of what you're experiencing.
46+ validations :
47+ required : true
48+ - type : textarea
49+ attributes :
50+ label : Expected Behavior
51+ description : A concise description of what you expected to happen.
52+ validations :
53+ required : true
54+ - type : textarea
55+ attributes :
56+ label : Steps To Reproduce
57+ description : Steps to reproduce the behavior.
58+ placeholder : |
59+ 1. In this environment...
60+ 1. With this config...
61+ 1. Run '...'
62+ 1. See error...
63+ validations :
64+ required : true
65+ - type : textarea
66+ attributes :
67+ label : Anything else?
68+ description : |
69+ Links? References? Anything that will give us more context about the issue you are encountering!
6970
70- Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
71- validations :
72- required : false
71+ Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
72+ validations :
73+ required : false
0 commit comments