From adb928941ac243dedaa0afdb4d6e100366d767a6 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 2 Mar 2019 00:02:05 +0800 Subject: [PATCH] issue template updates --- .gitee/ISSUE_TEMPLATE.MD | 11 ++++++----- .github/ISSUE_TEMPLATE.MD | 11 +++++++---- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.gitee/ISSUE_TEMPLATE.MD b/.gitee/ISSUE_TEMPLATE.MD index c10caed5a..1197badda 100644 --- a/.gitee/ISSUE_TEMPLATE.MD +++ b/.gitee/ISSUE_TEMPLATE.MD @@ -1,17 +1,18 @@ -### 1. 您当前使用的`Go`版本(将终端`go version`指令结果粘贴到下面)? -
-$ go version
+### 1. 您当前使用的`Go`版本,及系统版本、系统架构?
 
-
+ -### 2. 您当前使用的`GoFrame`版本(可以查看`go.mod`/`version.go`/`gf.VERSION`)? +### 2. 您当前使用的`GoFrame`框架版本? + + ### 3. 更新到最新的框架版本是否能够解决问题? + ### 4. 问题描述? diff --git a/.github/ISSUE_TEMPLATE.MD b/.github/ISSUE_TEMPLATE.MD index 68cc09036..09e907f4e 100644 --- a/.github/ISSUE_TEMPLATE.MD +++ b/.github/ISSUE_TEMPLATE.MD @@ -1,13 +1,16 @@ -### 1. What version of `Go` are you using (output of command: `go version`)? -
-$ go version
+### 1. What version of `Go` and system type/arch are you using?
+
+
 
-
### 2. What version of `GoFrame` are you using? + ### 3. Can this issue be reproduced with the latest release?