feature.yaml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. name: 功能建议
  2. description: 对本项目提出一个功能建议
  3. title: "[功能建议]: "
  4. labels: ["enhancement"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. 感谢提出功能建议,我们将仔细考虑!
  10. - type: textarea
  11. id: related-problem
  12. attributes:
  13. label: 你的功能建议是否和某个问题相关?
  14. description: 清晰并简洁地描述问题是什么。
  15. validations:
  16. required: false
  17. - type: textarea
  18. id: desired-solution
  19. attributes:
  20. label: 你希望看到什么解决方案?
  21. description: 清晰并简洁地描述。
  22. validations:
  23. required: true
  24. - type: textarea
  25. id: alternatives
  26. attributes:
  27. label: 有对比的方案参考?
  28. description: 清晰并简洁地描述解决方案或功能。
  29. validations:
  30. required: false
  31. - type: textarea
  32. id: additional-context
  33. attributes:
  34. label: 示例代码上下文或截图?
  35. description: 添加有关功能请求的上下文或截图。
  36. validations:
  37. required: false