You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report an issue with using the Godot Block Coding plugin
3
+
body:
4
+
- type: markdown
5
+
attributes:
6
+
value: Thanks for taking the time to report an issue! If you're an employee of Endless OS Foundation, please track internal tasks [on Phabricator](https://phabricator.endlessm.com/tag/baby_godot/) instead.
7
+
- type: textarea
8
+
id: what-happened
9
+
attributes:
10
+
label: What Happened
11
+
description: Describe the issue you experienced, and what you would have expected to happen instead.
12
+
placeholder: When I was doing X, I tried to do Y, but then Z happened...
13
+
validations:
14
+
required: true
15
+
16
+
- type: textarea
17
+
id: reproduce
18
+
attributes:
19
+
label: How to Reproduce
20
+
description: Can it be reliably reproduced, and if so, how?
21
+
placeholder: |
22
+
1. Add a BlockCode child node
23
+
2. Drag blocks X, Y, and Z to the editor
24
+
3. ...
25
+
validations:
26
+
required: true
27
+
28
+
- type: input
29
+
id: os
30
+
attributes:
31
+
label: Operating System
32
+
description: What specific OS and version are you seeing the problem on?
33
+
placeholder: e.g. Windows 11, Fedora Silverblue 39, Ubuntu 22.04, etc.
34
+
35
+
- type: textarea
36
+
id: logs
37
+
attributes:
38
+
label: Logs or command-line output
39
+
description: Any relevant logs or command-line output can help us debug.
40
+
render: shell
41
+
42
+
- type: textarea
43
+
id: misc
44
+
attributes:
45
+
label: Anything else?
46
+
description: Any other comments or information that would be useful?
0 commit comments