bug_report.yml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. name: Report Bug | 报告BUG
  2. description: "Report bug"
  3. title: "[Bug]: "
  4. labels: []
  5. body:
  6. - type: dropdown
  7. id: download
  8. attributes:
  9. label: Installation Method | 安装方法与平台
  10. options:
  11. - Please choose | 请选择
  12. - Pip Install (I ignored requirements.txt)
  13. - Pip Install (I used latest requirements.txt)
  14. validations:
  15. required: true
  16. - type: dropdown
  17. id: version
  18. attributes:
  19. label: Version | 版本
  20. options:
  21. - Please choose | 请选择
  22. - Latest | 最新版
  23. - Others | 非最新版
  24. validations:
  25. required: true
  26. - type: dropdown
  27. id: os
  28. attributes:
  29. label: OS | 操作系统
  30. options:
  31. - Please choose | 请选择
  32. - Windows
  33. - Mac
  34. - Linux
  35. - Docker
  36. validations:
  37. required: true
  38. - type: textarea
  39. id: describe
  40. attributes:
  41. label: Describe the bug | 简述
  42. description: Describe the bug | 简述
  43. validations:
  44. required: true
  45. - type: textarea
  46. id: screenshot
  47. attributes:
  48. label: Screen Shot | 有帮助的截图
  49. description: Screen Shot | 有帮助的截图
  50. validations:
  51. required: true
  52. - type: textarea
  53. id: traceback
  54. attributes:
  55. label: Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)
  56. description: Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)