feature_request_zh.yaml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ---
  2. name: 提交新需求
  3. description: 新功能需求模板
  4. labels: ["feature"]
  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: "新需求不是仅仅满足个人口味的需求"
  14. required: true
  15. - label: "新需求不与其他已有issue重复"
  16. required: true
  17. - label: "我可以在代码、测试上提供帮助"
  18. required: false
  19. - type: textarea
  20. id: feature_description
  21. attributes:
  22. label: 需求描述
  23. description: "请详细说明需求背景、使用场景和预期效果"
  24. placeholder: |
  25. 例如:
  26. - 当前存在的痛点是什么?
  27. - 希望如何解决这个问题?
  28. - 预期的使用体验是怎样的?
  29. validations:
  30. required: true
  31. - type: textarea
  32. id: attachments
  33. attributes:
  34. label: 附件信息(可选)
  35. description: "可拖放上传示意图/设计稿"
  36. placeholder: "设计稿说明或云文档链接..."
  37. validations:
  38. required: false