Skip to content

Commit

Permalink
issue template updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Mar 1, 2019
1 parent f92c1fc commit adb9289
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
11 changes: 6 additions & 5 deletions .gitee/ISSUE_TEMPLATE.MD
Original file line number Diff line number Diff line change
@@ -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. 问题描述?
Expand Down
11 changes: 7 additions & 4 deletions .github/ISSUE_TEMPLATE.MD
Original file line number Diff line number Diff line change
@@ -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?
Expand Down

0 comments on commit adb9289

Please sign in to comment.