bug_report_zh.yaml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ---
  2. name: 反馈问题
  3. description: 问题反馈模板
  4. labels: ["bug"]
  5. body:
  6. - type: checkboxes
  7. attributes:
  8. label: 提问题之前,请先确认
  9. description: "请勾选以下确认项"
  10. options:
  11. - label: "已经阅读过Q&A (https://musicfree.catcat.work/qa/mobile.html)"
  12. required: true
  13. - label: "要提出的问题与插件功能无关(类似插件搜索结果不全、ip被封禁等请找对应插件作者)"
  14. required: true
  15. - label: "不与其他已有issue重复"
  16. required: true
  17. - type: textarea
  18. id: system_info
  19. attributes:
  20. label: 系统信息
  21. description: "请填写以下系统信息"
  22. placeholder: |
  23. 软件版本:
  24. 系统版本:
  25. 设备型号:
  26. validations:
  27. required: true
  28. - type: textarea
  29. id: problem_description
  30. attributes:
  31. label: 问题描述
  32. description: "请详细描述问题现象及预期正确行为"
  33. placeholder: "例如:当执行XX操作时,出现XX现象,预期应该XX..."
  34. validations:
  35. required: true
  36. - type: textarea
  37. id: reproduction_steps
  38. attributes:
  39. label: 复现步骤
  40. description: "请按顺序描述复现步骤"
  41. placeholder: |
  42. 1. 打开应用
  43. 2. 点击XX按钮
  44. 3. ...
  45. validations:
  46. required: true
  47. - type: textarea
  48. id: screenshots_logs
  49. attributes:
  50. label: 截图 & 日志
  51. description: "请粘贴截图链接或错误日志(可拖放文件直接上传截图)"
  52. placeholder: "错误日志示例:\n[2023-01-01 12:00] ERROR: xxxx"
  53. validations:
  54. required: false