44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
name: Bug report
|
|
description: Report a bug with the godot-cpp template
|
|
body:
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
- Write a descriptive issue title above.
|
|
- Search [open]() and [closed]() issues to ensure it has not already been reported.
|
|
- type: input
|
|
attributes:
|
|
label: Godot version
|
|
description: >
|
|
Specify the Git commit hash of your Godot build.
|
|
placeholder: v4.0.stable.official [92bee43ad]
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: godot-cpp version
|
|
description: >
|
|
Specify the Git commit hash of the godot-cpp submodule in your project. You can run `git status` inside the folder to check it.
|
|
placeholder: v4.0.stable.official [9d1c396c5]
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: System information
|
|
description: |
|
|
Specify the OS version.
|
|
placeholder: Windows 10
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Issue description
|
|
description: |
|
|
Describe your issue briefly. What doesn't work, and how do you expect it to work instead?
|
|
You can include images or videos with drag and drop, and format code blocks or logs with <code>```</code> tags.
|
|
validations:
|
|
required: true |