Explain in GitHub issue template how to copy exact Godot version
This commit is contained in:
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -15,9 +15,9 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Godot version
|
label: Godot version
|
||||||
description: >
|
description: >
|
||||||
Specify the Godot version, including the Git commit hash if using a development or non-official build.
|
Specify the Godot version, including the Git commit hash if using a development or non-official build. The exact Godot version (including the commit hash) can be copied by clicking the version shown in the editor (bottom bar) or in the project manager (top bar).
|
||||||
If you use a custom build, please test if your issue is reproducible in official builds too.
|
If you use a custom build, please test if your issue is reproducible in official builds too.
|
||||||
placeholder: 3.5.stable, 4.0.dev (3041becc6)
|
placeholder: 3.5.stable, 4.0.dev [3041becc6]
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user