issue.go 765 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. package bug
  2. const issueTemplate=`
  3. <!-- Please submit an issue order by the following template. Thanks! -->
  4. **Describe the bug**
  5. <!-- A clear and concise description of what the bug is. -->
  6. **To Reproduce**
  7. <!-- Steps to reproduce the behavior, if applicable: -->
  8. 1. The code is
  9. <pre>
  10. </pre>
  11. 2. The error is
  12. <pre>
  13. </pre>
  14. **Expected behavior**
  15. <!-- A clear and concise description of what you expected to happen. -->
  16. **Screenshots**
  17. <!-- If applicable, add screenshots to help explain your problem. -->
  18. **Environments (please complete the following information):**
  19. <!-- - OS: [e.g. Linux]
  20. - go-zero version [e.g. 1.2.1]
  21. - goctl version [e.g. 1.2.1, optional] -->
  22. %s
  23. **More description**
  24. <!-- Add any other context about the problem here. -->
  25. `