03_feature_request.yml 906 B

123456789101112131415161718192021222324
  1. name: Feature Request
  2. description: For feature requests regarding the firmware.
  3. labels: ['feature request']
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. Thank you for taking the time to fill out an issue, this template is meant for any feature suggestions.
  9. If you require help with the Flipper zero and its firmware, we ask that you join [our forum](https://forum.flipperzero.one)
  10. - type: textarea
  11. id: proposal
  12. attributes:
  13. label: "Description of the feature you're suggesting."
  14. description: |
  15. Please describe your feature request in as many details as possible.
  16. - Describe what it should do.
  17. - Note whetever it is to extend existing functionality or introduce new functionality.
  18. validations:
  19. required: true
  20. - type: textarea
  21. id: anything-else
  22. attributes:
  23. label: Anything else?
  24. description: Let us know if you have anything else to share.