mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
issue template updates
This commit is contained in:
11
.github/ISSUE_TEMPLATE.MD
vendored
11
.github/ISSUE_TEMPLATE.MD
vendored
@ -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?
|
||||
|
||||
Reference in New Issue
Block a user