gf/.gitee/ISSUE_TEMPLATE.MD

35 lines
532 B
Plaintext
Raw Normal View History

2019-02-26 22:58:52 +08:00
<!-- Please answer these questions before submitting your issue. Thanks! -->
### 1. What version of `Go` are you using (`go version`)?
<pre>
$ go version
</pre>
### 2. What version of `GoFrame` are you using?
### 3. Does this issue reproduce with the latest release?
### 4. What did you do?
<!--
If possible, provide a copy of shortest codes for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
-->
### 5. What did you expect to see?
### 6. What did you see instead?