2.feature.yml 1.1 KB

12345678910111213141516171819202122232425262728
  1. name: Feature request 🚀
  2. description: 提出你对项目的新想法或建议。
  3. labels: ['status: needs check']
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. 请在上方的`title`中填写简略总结,谢谢❤️。
  9. - type: checkboxes
  10. attributes:
  11. label: ⚠️ 搜索是否存在类似issue
  12. description: >
  13. 请在 [历史issue](https://github.com/zhayujie/chatgpt-on-wechat/issues) 中清空输入框,搜索关键词查找是否存在相似issue。
  14. options:
  15. - label: 我已经搜索过issues和disscussions,没有发现相似issue
  16. required: true
  17. - type: textarea
  18. attributes:
  19. label: 总结
  20. description: 描述feature的功能。
  21. - type: textarea
  22. attributes:
  23. label: 举例
  24. description: 提供聊天示例,草图或相关网址。
  25. - type: textarea
  26. attributes:
  27. label: 动机
  28. description: 描述你提出该feature的动机,比如没有这项feature对你的使用造成了怎样的影响。 请提供更详细的场景描述,这可能会帮助我们发现并提出更好的解决方案。