feature-request.yml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. name: "🚀 请求某功能 / Feature request"
  2. description: "为这个项目出一个好点子 / Suggest an idea for this project"
  3. title: "[🚀新需求]: "
  4. labels: ["待分类"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. 感谢你提供新的想法! / Thanks for taking the time to fill out this Feature request!
  10. - type: textarea
  11. id: problem
  12. attributes:
  13. label: 您的功能请求是否与解决某些问题有关?请描述一下。/ Is your feature request related to a problem? Please describe.
  14. validations:
  15. required: true
  16. - type: textarea
  17. id: description
  18. attributes:
  19. label: 描述您想要的解决方案 / Describe the solution you'd like
  20. validations:
  21. required: true
  22. - type: textarea
  23. id: usage
  24. attributes:
  25. label: 描述您想要的详细使用步骤描述 / Describe the solution you'd like to use in what way
  26. validations:
  27. required: true
  28. - type: textarea
  29. id: other
  30. attributes:
  31. label: 其他备注信息或截图 / Add any other context or screenshots about the feature request here
  32. validations:
  33. required: false
  34. - type: checkboxes
  35. id: checkboxes
  36. attributes:
  37. label: 确认信息
  38. description: 提交前请确认已经做过以下操作 / Before submitting the issue, please make sure you do the following
  39. options:
  40. - label: 检查过该需求,之前没有人提过 / Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  41. required: true
  42. - label: 这个需求是真实存在的,并且对于本项目来说是必要的
  43. required: true
  44. - label: 我已经提供了该需求的清晰、详细、完整的方案,请按该方案进行实施
  45. required: true
  46. - label: 我认为我提供的信息已经足够,不需要其他人继续完善该需求的其他细节
  47. required: true
  48. - label: 我同意跟进该需求的实施进程,并在适时提供合理的解释与纠正
  49. required: true