github.com/gogf/gf@v1.16.9/.github/ISSUE_TEMPLATE.MD (about) 1 <!-- Please answer these questions before submitting your issue. Thanks! --> 2 3 <!-- 为高效处理您的疑问,如果觉得是BUG类问题,请您务必提供可复现该问题的最小可运行代码! --> 4 <!-- 为高效处理您的疑问,如果觉得是BUG类问题,请您务必提供可复现该问题的最小可运行代码! --> 5 <!-- 为高效处理您的疑问,如果觉得是BUG类问题,请您务必提供可复现该问题的最小可运行代码! --> 6 <!-- 重要的事情说三遍! --> 7 8 ### 1. What version of `Go` and system type/arch are you using? 9 10 <!-- 11 Please paste the output of command `go version` from your terminal. 12 What expect to see is like: `go 1.12, linux/amd64` 13 --> 14 15 16 ### 2. What version of `GoFrame` are you using? 17 18 <!-- You can find the GF version from your `go.mod`, or from the `version.go` in `GF` --> 19 20 21 ### 3. Can this issue be re-produced with the latest release? 22 23 24 25 ### 4. What did you do? 26 27 <!-- 28 If possible, provide a copy of shortest codes for reproducing the error. 29 A complete runnable program is best. 30 --> 31 32 33 34 ### 5. What did you expect to see? 35 36 37 38 ### 6. What did you see instead? 39 40 41