소스 검색

Merge pull request #77658 from kleonc/issue-template-copy-version-hint

Explain in GitHub issue template how to copy exact Godot version
Yuri Sizov 2 년 전
부모
커밋
542bef2d0c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/ISSUE_TEMPLATE/bug_report.yml

+ 2 - 2
.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