Browse Source

Update bug_report.yml (#7294)

* Include command line steps to retrieve git hash.
Thanks to @Lemongrass3110
Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
mazvi 2 years ago
parent
commit
1b0c50ad01
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .github/ISSUE_TEMPLATE/bug_report.yml

+ 3 - 1
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -6,7 +6,9 @@ body:
     id: hash
     attributes:
       label: rAthena Hash
-      description: Please specify the rAthena [GitHub hash](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) on which you encountered this issue.
+      description: |
+        Please specify the rAthena [GitHub hash](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) on which you encountered this issue.
+        One way to get your hash is to type `git rev-parse --short HEAD` on your console.
     validations:
       required: true
   - type: input