f1cb95655c
* WIP Push * Add feature request label to template * Punctuation helps * rename feature request and add in enhancement * wording * Add in extra markdown explanations Co-authored-by: SG <who.just.the.doctor@gmail.com> Co-authored-by: あく <alleteam@gmail.com>
22 lines
796 B
YAML
22 lines
796 B
YAML
name: Enhancements
|
|
description: Suggest improvements for any existing functionality within the firmware.
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for taking the time to fill out an issue. This template is meant for feature requests and improvements to already existing functionality.
|
|
If you require help with the Flipper zero and its firmware, we ask that you join [our forum](https://forum.flipperzero.one)
|
|
- type: textarea
|
|
id: proposal
|
|
attributes:
|
|
label: "Describe the enhancement you're suggesting."
|
|
description: |
|
|
Feel free to describe in as much detail as you wish.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: anything-else
|
|
attributes:
|
|
label: Anything else?
|
|
description: Let us know if you have anything else to share.
|