gf/.github/ISSUE_TEMPLATE.MD

37 lines
700 B
Plaintext
Raw Normal View History

2019-02-26 22:56:52 +08:00
<!-- Please answer these questions before submitting your issue. Thanks! -->
2019-03-02 00:02:05 +08:00
### 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`
-->
2019-02-26 22:56:52 +08:00
### 2. What version of `GoFrame` are you using?
2019-03-02 00:02:05 +08:00
<!-- You can find the GF version from your `go.mod`, or from the `version.go` in `GF` -->
2019-02-26 22:56:52 +08:00
2019-03-01 14:01:05 +08:00
### 3. Can this issue be reproduced with the latest release?
2019-02-26 22:56:52 +08:00
### 4. What did you do?
<!--
If possible, provide a copy of shortest codes for reproducing the error.
2019-02-26 23:06:14 +08:00
A complete runnable program is best.
2019-02-26 22:56:52 +08:00
-->
### 5. What did you expect to see?
### 6. What did you see instead?