diff options
author | kleonc <9283098+kleonc@users.noreply.github.com> | 2023-05-30 13:05:27 +0200 |
---|---|---|
committer | kleonc <9283098+kleonc@users.noreply.github.com> | 2023-05-30 14:44:39 +0200 |
commit | c1248416babe5b4724e06bc345a0f03c68a787eb (patch) | |
tree | 29a213154c59f185a7236e80b9dc9f113dc84c40 | |
parent | 8f25cc2d133a17480c95dec026deb9338d2da74c (diff) | |
download | redot-engine-c1248416babe5b4724e06bc345a0f03c68a787eb.tar.gz |
Explain in GitHub issue template how to copy exact Godot version
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2b642100c7..0ce3f68abe 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -15,9 +15,9 @@ body: attributes: label: Godot version 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. - placeholder: 3.5.stable, 4.0.dev (3041becc6) + placeholder: 3.5.stable, 4.0.dev [3041becc6] validations: required: true |