Skip to content

Commit 6f7bb2d

Browse files
authored
Issue template: Add Godot version
1 parent 289a09e commit 6f7bb2d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/ISSUE_TEMPLATE/public.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,22 @@ body:
2929
id: v
3030
attributes:
3131
label: Block Coding Plugin Version
32-
description: What version of the plugin are you using? You can check in **Project** → **Project Settings** → **Plugins**
33-
placeholder: e.g. v0.6.1
32+
description: What version of the plugin are you using? You can check in **Project** → **Project Settings** → **Plugins**.
33+
placeholder: v0.0.0
34+
35+
- type: input
36+
id: godot
37+
attributes:
38+
label: Godot Engine Version
39+
description: What version of Godot are you using? You can copy it by clicking the version in **Help** → **About Godot…**.
40+
placeholder: v0.0.0.stable
3441

3542
- type: input
3643
id: os
3744
attributes:
3845
label: Operating System
3946
description: What specific OS and version are you seeing the problem on?
40-
placeholder: e.g. Windows 11, Fedora Silverblue 39, Ubuntu 22.04, etc.
47+
placeholder: Windows 11, Fedora Silverblue 39, Ubuntu 22.04, etc.
4148

4249
- type: textarea
4350
id: logs

0 commit comments

Comments
 (0)