bug_report.yml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. name: 错误报告
  2. description: File a bug report.
  3. title: "[错误报告]: 描述"
  4. labels: [""]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. 请确认以下信息:
  10. 1. 请按此模板提交issues, 不按模板提交的问题将直接关闭
  11. 2. 如果你的问题与该仓库无关或者可以直接在以往 issue 中找到, 那么你的 issue 将会被直接关闭
  12. 3. 提交问题务必描述清楚、附上日志, 描述不清导致无法理解和分析的问题会被直接关闭
  13. - type: checkboxes
  14. id: confirm
  15. attributes:
  16. label: 确认
  17. description: 在提交 issue 之前,请确认你已经阅读并确认以下内容
  18. options:
  19. - label: 我的版本是最新版本, 我的版本号与 [version](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.baomidou%22%20AND%20a%3A%22mybatis-plus%22) 相同, 并且项目里无依赖冲突
  20. required: true
  21. - label: 我已经在 [issue](https://github.com/baomidou/mybatis-plus/issues) 中搜索过, 确认问题没有被提出过
  22. required: true
  23. - label: 我已经修改标题, 将标题中的 描述 替换为遇到的问题
  24. required: true
  25. - type: input
  26. id: version
  27. attributes:
  28. label: 当前程序版本
  29. description: 遇到问题时程序所在的版本号
  30. validations:
  31. required: true
  32. - type: textarea
  33. id: what-happened
  34. attributes:
  35. label: 问题描述
  36. description: 请详细描述你碰到的问题
  37. placeholder: "问题描述"
  38. validations:
  39. required: true
  40. - type: textarea
  41. id: logs
  42. attributes:
  43. label: 详细堆栈日志
  44. description: 问题出现时,程序错误堆栈日志。
  45. render: bash