feature_request.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. name: Feature request
  2. description: Suggest an idea for this project
  3. labels: ['Type: Feature Request']
  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. * Please check if the feature has already been suggested in [existing issues](https://github.com/espressif/esp-serial-flasher/issues) or [pull requests](https://github.com/espressif/esp-serial-flasher/pulls).
  10. * Please provide enough context so that the reasoning behind the suggestion can be understood.
  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. validations:
  17. required: true
  18. - type: textarea
  19. id: solution
  20. attributes:
  21. label: Describe the solution you'd like
  22. description: Please provide a clear and concise description of a solution of the described problem or usecase.
  23. validations:
  24. required: true
  25. - type: textarea
  26. id: alternatives
  27. attributes:
  28. label: Describe alternatives you've considered
  29. description: Please provide a clear and concise description of any alternative solutions or features you've considered.
  30. - type: textarea
  31. id: context
  32. attributes:
  33. label: Additional context
  34. description: Please add any other context here.