02-feature-request.yml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. # yaml-language-server: $schema=https://json.schemastore.org/github-issue-forms.json
  2. name: 💡 功能建议
  3. description: 提出新功能想法或改进建议
  4. title: "[功能] "
  5. labels: ["enhancement"]
  6. assignees:
  7. - sansan0
  8. body:
  9. - type: markdown
  10. attributes:
  11. value: |
  12. 感谢你的创意!好的想法让这个项目变得更加实用。
  13. - type: dropdown
  14. id: feature-category
  15. attributes:
  16. label: 🏷️ 功能类别
  17. options:
  18. - 数据抓取增强
  19. - 分析算法改进
  20. - 通知方式扩展
  21. - 配置管理优化
  22. - 部署便利性
  23. - 数据可视化
  24. - 监控与告警
  25. - 其他
  26. validations:
  27. required: true
  28. - type: textarea
  29. id: feature-description
  30. attributes:
  31. label: 💭 功能描述
  32. description: 详细描述你希望添加的功能
  33. placeholder: |
  34. 请详细描述:
  35. - 功能的具体内容
  36. - 如何使用这个功能
  37. - 期望的效果
  38. validations:
  39. required: true
  40. - type: textarea
  41. id: use-case
  42. attributes:
  43. label: 🎯 使用场景
  44. description: 这个功能会在什么情况下使用?
  45. placeholder: |
  46. 例如:
  47. - 当用户需要...的时候
  48. - 在...场景下会很有帮助
  49. - 可以解决...问题
  50. validations:
  51. required: true
  52. - type: textarea
  53. id: current-workaround
  54. attributes:
  55. label: 🔄 现有解决方案
  56. description: 目前是如何处理这个需求的?
  57. placeholder: |
  58. - 目前的替代方案
  59. - 现有方案的不足
  60. - 为什么需要新功能
  61. - type: dropdown
  62. id: feature-priority
  63. attributes:
  64. label: ⭐ 优先级
  65. description: 你认为这个功能的重要程度
  66. options:
  67. - 高 - 非常重要,强烈建议
  68. - 中 - 会很有用,建议考虑
  69. - 低 - 锦上添花,有时间可做
  70. validations:
  71. required: true
  72. - type: textarea
  73. id: implementation-ideas
  74. attributes:
  75. label: 🛠️ 实现想法(可选)
  76. description: 如果你有实现思路,欢迎分享
  77. placeholder: |
  78. - 技术实现方案
  79. - 配置设计建议
  80. - 用户界面设计
  81. - 参考项目或工具
  82. - type: textarea
  83. id: additional-context
  84. attributes:
  85. label: 📎 其他信息
  86. description: 其他想要补充的内容
  87. placeholder: |
  88. - 相关截图或示例
  89. - 类似功能的参考
  90. - 其他相关想法