02-feature-request.yml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. # yaml-language-server: $schema=https://json.schemastore.org/github-issue-forms.json
  2. name: 💡 我有个想法
  3. description: 建议新功能或改进现有功能
  4. title: "[建议] "
  5. labels: ["enhancement"]
  6. body:
  7. - type: markdown
  8. attributes:
  9. value: |
  10. ### 💝 温馨提醒
  11. 感谢你的创意想法!如果这个项目对你有帮助,欢迎给项目点个 ⭐ **Star**!
  12. 好的建议让项目变得更加实用。**欢迎用截图或示例**来展示你的想法!
  13. - type: dropdown
  14. id: feature-category
  15. attributes:
  16. label: 🏷️ 建议类别
  17. options:
  18. - 数据源相关(新增平台、改进抓取等)
  19. - 分析功能相关(算法改进、筛选优化等)
  20. - 通知方式相关(新增通知渠道、消息格式等)
  21. - 配置管理相关(设置优化、界面改进等)
  22. - 部署运维相关(安装简化、监控告警等)
  23. - 数据展示相关(报告格式、图表可视化等)
  24. - 性能优化相关
  25. - 用户体验改进
  26. - 其他想法
  27. validations:
  28. required: true
  29. - type: textarea
  30. id: feature-description
  31. attributes:
  32. label: 💭 详细描述你的想法
  33. description: 请详细描述你希望添加的功能
  34. placeholder: |
  35. 请详细描述:
  36. - 你希望增加什么功能
  37. - 这个功能应该怎么使用
  38. - 使用后能达到什么效果
  39. 💡 提示:如果有类似功能的截图作为参考就更好了!
  40. validations:
  41. required: true
  42. - type: textarea
  43. id: use-case
  44. attributes:
  45. label: 🎯 什么时候会用到这个功能
  46. description: 这个功能在什么场景下使用?
  47. placeholder: |
  48. 例如:
  49. - 当我需要...的时候
  50. - 在...情况下会很方便
  51. - 可以解决...问题
  52. - 能够帮助...用户
  53. validations:
  54. required: true
  55. - type: textarea
  56. id: implementation-ideas
  57. attributes:
  58. label: 🛠️ 实现想法(可选)
  59. description: 如果你有实现思路,欢迎分享
  60. placeholder: |
  61. - 功能界面应该怎么设计
  62. - 配置应该怎么设置
  63. - 参考哪些类似的工具或网站
  64. - 其他实现建议
  65. - type: textarea
  66. id: mockups-examples
  67. attributes:
  68. label: 📷 功能示意图(推荐)
  69. description: 上传功能示意图、参考截图或手绘草图
  70. placeholder: |
  71. 请上传:
  72. - 功能界面的设计图(手绘也可以)
  73. - 类似功能的参考截图
  74. - 使用流程的示意图
  75. 💡 可视化的说明最容易理解!
  76. - type: textarea
  77. id: additional-context
  78. attributes:
  79. label: 📎 其他补充说明
  80. description: 其他想要补充的内容
  81. placeholder: |
  82. - 相关的参考资料链接
  83. - 类似功能的其他工具
  84. - 更多使用场景说明
  85. - 其他相关想法