github.com/cloudwego/kitex@v0.9.0/.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: '' 6 assignees: '' 7 8 --- 9 10 **Describe the bug** 11 12 A clear and concise description of what the bug is. 13 14 **To Reproduce** 15 16 Steps to reproduce the behavior: 17 1. Go to '...' 18 2. Click on '....' 19 3. Scroll down to '....' 20 4. See error 21 22 **Expected behavior** 23 24 A clear and concise description of what you expected to happen. 25 26 **Screenshots** 27 28 If applicable, add screenshots to help explain your problem. 29 30 **Kitex version:** 31 32 Please provide the version of Kitex you are using. 33 34 **Environment:** 35 36 The output of `go env`. 37 38 **Additional context** 39 40 Add any other context about the problem here.