github.com/cloudwego/hertz@v0.9.3/.github/ISSUE_TEMPLATE/question.md (about) 1 --- 2 name: Question 3 about: Ask a question, so we can help you easily 4 title: '' 5 labels: '' 6 assignees: '' 7 8 --- 9 10 **Describe the Question** 11 12 A clear and concise description of what the question is. 13 14 **Reproducible Code** 15 16 Please construct a minimum complete and reproducible example for us to get the same error. And tell us how to reproduce it like how you send a request or send what request. 17 18 **Expected behavior** 19 20 A clear and concise description of what you expected to happen. 21 22 **Screenshots** 23 24 If applicable, add screenshots to help explain your question. 25 26 **Hertz version:** 27 28 Please provide the version of Hertz you are using. 29 30 **Environment:** 31 32 The output of `go env`. 33 34 **Additional context** 35 36 Add any other context about the question here.