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