From 748d48e4d7b358791ea1163002872d92103ec9fe Mon Sep 17 00:00:00 2001
From: mingjun97 <my@lyric.today>
Date: Wed, 11 May 2022 15:53:18 +0800
Subject: [PATCH] Update Issue template to ask for version (#799)

---
 .github/ISSUE_TEMPLATE/a_issue_report.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/a_issue_report.md b/.github/ISSUE_TEMPLATE/a_issue_report.md
index 9cc1b246..f91283bd 100644
--- a/.github/ISSUE_TEMPLATE/a_issue_report.md
+++ b/.github/ISSUE_TEMPLATE/a_issue_report.md
@@ -12,8 +12,12 @@ assignees: ''
 **Describe the issue**
 <!--- A clear and concise description of what the issue is. -->
 
-**Which branch did you use?**
-<!--- Stable branch / Development branch -->
+**Which version did you use?**
+<!--- Use `java -jar grasscutter.jar -version` to grab the version information -->
+<!--- Example: 
+  Grasscutter version: 1.1.1-dev
+  Git Hash: d80f313
+-->
 
 **Screenshots**
 <!--- If applicable, add screenshots to help explain your problem. -->
-- 
GitLab