bug_report.yml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. - OneKeyInstall (一键安装脚本-windows)
  15. - OneKeyInstall (一键安装脚本-mac)
  16. - Anaconda (I ignored requirements.txt)
  17. - Anaconda (I used latest requirements.txt)
  18. - Docker(Windows/Mac)
  19. - Docker(Linux)
  20. - Docker-Compose(Windows/Mac)
  21. - Docker-Compose(Linux)
  22. - Huggingface
  23. - Others (Please Describe)
  24. validations:
  25. required: true
  26. - type: dropdown
  27. id: version
  28. attributes:
  29. label: Version | 版本
  30. options:
  31. - Please choose | 请选择
  32. - Latest | 最新版
  33. - Others | 非最新版
  34. validations:
  35. required: true
  36. - type: dropdown
  37. id: os
  38. attributes:
  39. label: OS | 操作系统
  40. options:
  41. - Please choose | 请选择
  42. - Windows
  43. - Mac
  44. - Linux
  45. - Docker
  46. validations:
  47. required: true
  48. - type: textarea
  49. id: describe
  50. attributes:
  51. label: Describe the bug | 简述
  52. description: Describe the bug | 简述
  53. validations:
  54. required: true
  55. - type: textarea
  56. id: screenshot
  57. attributes:
  58. label: Screen Shot | 有帮助的截图
  59. description: Screen Shot | 有帮助的截图
  60. validations:
  61. required: true
  62. - type: textarea
  63. id: traceback
  64. attributes:
  65. label: Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)
  66. description: Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)