02-feature-request.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. 你的好点子能让 TrendRadar 变得更好!
  12. 目前主要关注以下方向的改进:
  13. - ✨ **AI 分析能力**:更智能的解读、更丰富的分析维度
  14. - 🎨 **推送体验**:更好看的排版、更合理的信息展示
  15. - 🛠️ **易用性优化**:配置更简单、运行更稳定
  16. *注:目前暂不接受新爬虫平台的接入申请,感谢理解。*
  17. - type: textarea
  18. id: feature-description
  19. attributes:
  20. label: 💭 你的想法是什么?
  21. placeholder: |
  22. 请简要描述:
  23. - 你希望增加什么功能?
  24. - 它能解决什么问题?
  25. - 如果有参考的图片或工具,欢迎上传截图。
  26. validations:
  27. required: true
  28. - type: textarea
  29. id: use-case
  30. attributes:
  31. label: 🎯 使用场景(可选)
  32. placeholder: 例如:当我在...的时候,如果能...就太棒了。
  33. validations:
  34. required: false