03_feature_request.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  1. name: Feature request
  2. description: Suggest an idea for this project.
  3. labels: ['enhancement']
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. * We welcome any ideas or feature requests! It’s helpful if you can explain exactly why the feature would be useful.
  9. * There are usually some outstanding feature requests in the [existing issues list](https://github.com/78/xiaozhi-esp32/labels/enhancement), feel free to add comments to them.
  10. * If you would like to contribute, please read the [contributions guide](https://ccnphfhqs21z.feishu.cn/wiki/F5krwD16viZoF0kKkvDcrZNYnhb).
  11. - type: textarea
  12. id: problem-related
  13. attributes:
  14. label: Is your feature request related to a problem?
  15. description: Please provide a clear and concise description of what the problem is.
  16. placeholder: ex. I'm always frustrated when ...
  17. - type: textarea
  18. id: solution
  19. attributes:
  20. label: Describe the solution you'd like.
  21. description: Please provide a clear and concise description of what you want to happen.
  22. placeholder: ex. When using XiaoZhi ...
  23. - type: textarea
  24. id: alternatives
  25. attributes:
  26. label: Describe alternatives you've considered.
  27. description: Please provide a clear and concise description of any alternative solutions or features you've considered.
  28. placeholder: ex. Choosing other approach wouldn't work, because ...
  29. - type: textarea
  30. id: context
  31. attributes:
  32. label: Additional context.
  33. description: Please add any other context or screenshots about the feature request here.
  34. placeholder: ex. This would work only when ...