mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2025-12-31 13:48:24 +03:00
Thanks to all contributors involved in the making of this release, in particular DaelonSuzuka who has been central in this effort of maintaining this extension!
72 lines
2.7 KiB
YAML
72 lines
2.7 KiB
YAML
name: Bug report
|
|
description: Report a bug in Godot Tools VS Code add-on
|
|
labels:
|
|
- bug
|
|
body:
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
- Write a descriptive issue title above.
|
|
- Search [open](https://github.com/godotengine/godot-vscode-plugin/issues) and [closed](https://github.com/godotengine/godot-vscode-plugin/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported.
|
|
- Verify that you are using a [supported Godot version](https://docs.godotengine.org/en/stable/about/release_policy.html).
|
|
- This repository only contains the LSP *client*. Issues pertaining to the Godot editor itself or the LSP's *server* side should be reported on the [main Godot repository](https://github.com/godotengine/godot/issues).
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Godot version
|
|
description: >
|
|
Specify the Git commit hash if using a development or non-official build.
|
|
If you use a custom build, please test if your issue is reproducible in official builds too.
|
|
placeholder: 4.2.2.stable, 4.3.rc (88d932506)
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: VS Code version
|
|
description: >
|
|
Use the **Help > About** menu to see your current version.
|
|
Specify the Git commit hash if using a development or non-official build.
|
|
If you use a custom build, please test if your issue is reproducible in official builds too.
|
|
placeholder: "1.91.1"
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Godot Tools VS Code extension version
|
|
description: >
|
|
Open the **Extensions** side panel and click on the **godot-tools** extension to see your current version.
|
|
Specify the Git commit hash if using a development or non-official build.
|
|
If you use a custom build, please test if your issue is reproducible in official builds too.
|
|
placeholder: "2.1.0"
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: System information
|
|
description: |
|
|
Specify the OS version, and when relevant hardware information.
|
|
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
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: |
|
|
List of steps or sample code that reproduces the issue. Having reproducible issues is a prerequisite for contributors to be able to solve them.
|
|
validations:
|
|
required: true
|