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,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?