bug_report.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. name: Bug Report
  2. description: File a bug report.
  3. title: "[Bug]: "
  4. labels: ["bug"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. 请确认以下信息:
  10. 1. 请按此模板提交issues,不按模板提交的问题将直接关闭。
  11. 2. 重复或与仓库无关的 issue 将会被直接关闭。
  12. - type: checkboxes
  13. id: confirm
  14. attributes:
  15. label: 确认
  16. description: 在提交 issue 之前,请确认你已经阅读并确认以下内容
  17. options:
  18. - label: 我已经升级至最新版本。
  19. required: true
  20. - type: input
  21. id: version
  22. attributes:
  23. label: 当前程序版本
  24. description: 遇到问题时程序所在的版本号
  25. validations:
  26. required: true
  27. - type: textarea
  28. id: what-happened
  29. attributes:
  30. label: 问题描述
  31. description: 请详细描述你碰到的问题
  32. placeholder: "问题描述"
  33. validations:
  34. required: true
  35. - type: textarea
  36. id: logs
  37. attributes:
  38. label: 详细堆栈日志
  39. description: 问题出现时,程序错误堆栈日志。
  40. render: bash