@@ -4,101 +4,104 @@ title: "[BUG] <title>"
44labels : ["Bug", "Needs Triage"]
55body :
66- 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
12- required: true
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
12+ required : true
1313- type : textarea
14- attributes:
15- label: Current Behavior
16- description: A clear and concise description of what the bug is.
17- validations:
18- required: true
14+ attributes :
15+ label : Current Behavior
16+ description : A clear and concise description of what the bug is.
17+ validations :
18+ required : true
1919- type : textarea
20- attributes:
21- label: Expected Behavior
22- description: A concise description of what you expected to happen.
23- validations:
24- required: true
20+ attributes :
21+ label : Expected Behavior
22+ description : A concise description of what you expected to happen.
23+ validations :
24+ required : true
2525- type : textarea
26- attributes:
27- label: Steps To Reproduce
28- description: Steps to reproduce the behavior.
29- placeholder: |
30- 1. Installed manually | Installed via AssetLib
31- 2. Called method '....'
32- 3. Received signal '....'
33- 4. Noticed ADB Logcat error '...'
34- validations:
35- required: false
26+ attributes :
27+ label : Steps To Reproduce
28+ description : Steps to reproduce the behavior.
29+ placeholder : |
30+ 1. Installed manually | Installed via AssetLib
31+ 2. Called method '....'
32+ 3. Received signal '....'
33+ 4. Noticed ADB Logcat error '...'
34+ validations :
35+ required : false
3636- type : dropdown
37- id: godot_version
38- attributes:
39- label: Godot Version
40- description: What version of Godot are you running?
41- options:
42- - 4.3.stable
43- - 4.4.1.stable
44- - 4.5.stable
45- - 4.x
46- - Other
47- default: 1
48- validations:
49- required: true
37+ id : godot_version
38+ attributes :
39+ label : Godot Version
40+ description : What version of Godot are you running?
41+ options :
42+ - 4.3.stable
43+ - 4.4.1.stable
44+ - 4.5.stable
45+ - 4.x
46+ - Other
47+ default : 1
48+ validations :
49+ required : true
5050- type : dropdown
51- id: godot_os
52- attributes:
53- label: OS Godot Is Running On
54- description: What operating system is Godot running on?
55- options:
56- - Windows 11
57- - Windows (other)
58- - macOS 15
59- - macOS (other)
60- - Android 14
61- - Android 15
62- - Android (other)
63- - Other OS
64- default: 0
65- validations:
66- required: true
51+ id : godot_os
52+ attributes :
53+ label : OS Godot Is Running On
54+ description : What operating system is Godot running on?
55+ options :
56+ - Windows 11
57+ - Windows (other)
58+ - macOS 15
59+ - macOS (other)
60+ - Android 14
61+ - Android 15
62+ - Android (other)
63+ - Other OS
64+ default : 0
65+ validations :
66+ required : true
6767- type : dropdown
68- id : plugin_version
69- attributes :
70- label : Plugin Version
71- description : What version of the plugin are you running?
72- options :
73- - "4.0"
74- - "4.1"
75- - "5.0"
76- - Other
77- default : 4
78- validations :
79- required : true
68+ id : plugin_version
69+ attributes :
70+ label : Plugin Version
71+ description : What version of the plugin are you running?
72+ options :
73+ - " 3.0"
74+ - " 3.1"
75+ - " 3.2"
76+ - " 3.3"
77+ - " 4.0"
78+ - " 5.0"
79+ - Other
80+ default : 4
81+ validations :
82+ required : true
8083- type : dropdown
81- id: plugin_os
82- attributes:
83- label: OS Plugin Is Running On
84- description: What operating system the plugin (and your app) is running on?
85- options:
86- - Android 13
87- - Android 14
88- - Android 15
89- - Android (other)
90- - iOS 18.x
91- - iOS 18.5
92- - iOS (other)
93- default: 2
94- validations:
95- required: true
84+ id : plugin_os
85+ attributes :
86+ label : OS Plugin Is Running On
87+ description : What operating system the plugin (and your app) is running on?
88+ options :
89+ - Android 13
90+ - Android 14
91+ - Android 15
92+ - Android (other)
93+ - iOS 18.x
94+ - iOS 18.5
95+ - iOS (other)
96+ default : 2
97+ validations :
98+ required : true
9699- type : textarea
97- attributes:
98- label: Anything else?
99- description: |
100- Links? References? Anything that will give more context about the issue you are encountering!
100+ attributes :
101+ label : Anything else?
102+ description : |
103+ Links? References? Anything that will give more context about the issue you are encountering!
101104
102- Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
103- validations:
104- required: false
105+ Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
106+ validations :
107+ required : false
0 commit comments