feature_request.zh.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. name: "✨ 功能需求"
  2. description: "提出新功能或改进建议。"
  3. title: "[Feature]: "
  4. labels: ["enhancement"]
  5. body:
  6. - type: textarea
  7. id: problem
  8. attributes:
  9. label: 需求背景 / 痛点
  10. description: "你想解决什么问题?"
  11. placeholder: "目前困扰是..."
  12. validations:
  13. required: true
  14. - type: textarea
  15. id: proposal
  16. attributes:
  17. label: 期望方案
  18. description: "你希望系统如何改进?"
  19. placeholder: "希望可以..."
  20. validations:
  21. required: true
  22. - type: textarea
  23. id: alternatives
  24. attributes:
  25. label: 备选方案
  26. placeholder: "其他可能的实现方式..."
  27. validations:
  28. required: false
  29. - type: dropdown
  30. id: priority
  31. attributes:
  32. label: 优先级
  33. options:
  34. - "P0 - 必须"
  35. - "P1 - 应该"
  36. - "P2 - 可选"
  37. validations:
  38. required: true
  39. - type: textarea
  40. id: context
  41. attributes:
  42. label: 补充信息
  43. description: "原型图、参考链接、相关 issue/PR 等。"
  44. validations:
  45. required: false