issue template updates

This commit is contained in:
John
2019-03-02 00:02:05 +08:00
parent f92c1fc527
commit adb928941a
2 changed files with 13 additions and 9 deletions

View File

@ -1,17 +1,18 @@
<!-- 为更高效率地交流并解决问题请按照以下模板提交issue感谢 -->
### 1. 您当前使用的`Go`版本(将终端`go version`指令结果粘贴到下面)?
<pre>
$ go version
### 1. 您当前使用的`Go`版本,及系统版本、系统架构?
</pre>
<!-- 使用 `go version` 命令查看,期望的结果如:`go 1.12, linux/amd64` -->
### 2. 您当前使用的`GoFrame`版本(可以查看`go.mod`/`version.go`/`gf.VERSION`
### 2. 您当前使用的`GoFrame`框架版本?
<!-- 框架版本可以查看自己项目下的 `go.mod`,或者框架文件 `version.go` -->
### 3. 更新到最新的框架版本是否能够解决问题?
<!-- 务必检查是否相同问题已在新版本中已修复 -->
### 4. 问题描述?

View File

@ -1,13 +1,16 @@
<!-- Please answer these questions before submitting your issue. Thanks! -->
### 1. What version of `Go` are you using (output of command: `go version`)?
<pre>
$ go version
### 1. What version of `Go` and system type/arch are you using?
<!--
Please paste the output of command `go version` from your terminal.
What expect to see is like: `go 1.12, linux/amd64`
-->
</pre>
### 2. What version of `GoFrame` are you using?
<!-- You can find the GF version from your `go.mod`, or from the `version.go` in `GF` -->
### 3. Can this issue be reproduced with the latest release?