Skip to content

Commit 494fd59

Browse files
committed
Use spaces to indent in YAML.
1 parent 998fe33 commit 494fd59

File tree

2 files changed

+181
-175
lines changed

2 files changed

+181
-175
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 92 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -4,101 +4,104 @@ title: "[BUG] <title>"
44
labels: ["Bug", "Needs Triage"]
55
body:
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

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 89 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -4,98 +4,101 @@ title: "[FEATURE REQ] <title>"
44
labels: ["Enhancement", "Question"]
55
body:
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: Is your feature request related to a problem? Please describe.
17-
validations:
18-
required: true
14+
attributes:
15+
label: Current Behavior
16+
description: Is your feature request related to a problem? Please describe.
17+
validations:
18+
required: true
1919
- type: textarea
20-
attributes:
21-
label: Proposed Behavior
22-
description: A clear and concise description of what you want to happen.
23-
validations:
24-
required: true
20+
attributes:
21+
label: Proposed Behavior
22+
description: A clear and concise description of what you want to happen.
23+
validations:
24+
required: true
2525
- type: textarea
26-
attributes:
27-
label: Alternative Solutions
28-
description: Describe alternatives you've considered.
29-
placeholder: |
30-
A clear and concise description of any alternative solutions or features you've considered.
31-
validations:
32-
required: false
26+
attributes:
27+
label: Alternative Solutions
28+
description: Describe alternatives you've considered.
29+
placeholder: |
30+
A clear and concise description of any alternative solutions or features you've considered.
31+
validations:
32+
required: false
3333
- type: dropdown
34-
id: godot_version
35-
attributes:
36-
label: Godot Version
37-
description: What version of Godot are you running?
38-
options:
39-
- 4.3.stable
40-
- 4.4.1.stable
41-
- 4.5.stable
42-
- 4.x
43-
- Other
44-
default: 1
45-
validations:
46-
required: true
34+
id: godot_version
35+
attributes:
36+
label: Godot Version
37+
description: What version of Godot are you running?
38+
options:
39+
- 4.3.stable
40+
- 4.4.1.stable
41+
- 4.5.stable
42+
- 4.x
43+
- Other
44+
default: 1
45+
validations:
46+
required: true
4747
- type: dropdown
48-
id: godot_os
49-
attributes:
50-
label: OS Godot Is Running On
51-
description: What operating system is Godot running on?
52-
options:
53-
- Windows 11
54-
- Windows (other)
55-
- macOS 15
56-
- macOS (other)
57-
- Android 14
58-
- Android 15
59-
- Android (other)
60-
- Other OS
61-
default: 0
62-
validations:
63-
required: true
48+
id: godot_os
49+
attributes:
50+
label: OS Godot Is Running On
51+
description: What operating system is Godot running on?
52+
options:
53+
- Windows 11
54+
- Windows (other)
55+
- macOS 15
56+
- macOS (other)
57+
- Android 14
58+
- Android 15
59+
- Android (other)
60+
- Other OS
61+
default: 0
62+
validations:
63+
required: true
6464
- type: dropdown
65-
id: plugin_version
66-
attributes:
67-
label: Plugin Version
68-
description: What version of the plugin are you running?
69-
options:
70-
- "4.0"
71-
- "4.1"
72-
- "5.0"
73-
- Other
74-
default: 4
75-
validations:
76-
required: true
65+
id: plugin_version
66+
attributes:
67+
label: Plugin Version
68+
description: What version of the plugin are you running?
69+
options:
70+
- "3.0"
71+
- "3.1"
72+
- "3.2"
73+
- "3.3"
74+
- "4.0"
75+
- "5.0"
76+
- Other
77+
default: 4
78+
validations:
79+
required: true
7780
- type: dropdown
78-
id: plugin_os
79-
attributes:
80-
label: OS Plugin Is Running On
81-
description: What operating system the plugin (and your app) is running on?
82-
options:
83-
- Android 13
84-
- Android 14
85-
- Android 15
86-
- Android (other)
87-
- iOS 18.x
88-
- iOS 18.5
89-
- iOS (other)
90-
default: 2
91-
validations:
92-
required: true
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
9396
- type: textarea
94-
attributes:
95-
label: Anything else?
96-
description: |
97-
Links? References? Anything that will give more context about the issue you are encountering!
97+
attributes:
98+
label: Anything else?
99+
description: |
100+
Links? References? Anything that will give more context about the issue you are encountering!
98101
99-
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
100-
validations:
101-
required: false
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

0 commit comments

Comments
 (0)