| 12345678910111213141516171819202122232425262728293031323334 |
- name: Feature request
- description: Suggest an idea for this project
- labels: ['Type: Feature Request']
- body:
- - type: markdown
- attributes:
- value: |
- * We welcome any ideas or feature requests! It's helpful if you can explain exactly why the feature would be useful.
- * 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).
- * Please provide enough context so that the reasoning behind the suggestion can be understood.
- - type: textarea
- id: problem-related
- attributes:
- label: Is your feature request related to a problem?
- description: Please provide a clear and concise description of what the problem is.
- validations:
- required: true
- - type: textarea
- id: solution
- attributes:
- label: Describe the solution you'd like
- description: Please provide a clear and concise description of a solution of the described problem or usecase.
- validations:
- required: true
- - type: textarea
- id: alternatives
- attributes:
- label: Describe alternatives you've considered
- description: Please provide a clear and concise description of any alternative solutions or features you've considered.
- - type: textarea
- id: context
- attributes:
- label: Additional context
- description: Please add any other context here.
|