feature_request.yml 867 B

123456789101112131415161718192021
  1. name: Feature request
  2. description: Suggest a new feature or changes to existing features.
  3. title: "[Feature Request] "
  4. labels: ["enhancement", "help wanted"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Provide a general summary of the changes you want in the title above.
  10. - type: checkboxes
  11. attributes:
  12. label: Feature Request Type
  13. options:
  14. - label: Core functionality
  15. - label: Add-on hardware support (eg. audio, RGB, OLED screen, etc.)
  16. - label: Alteration (enhancement/optimization) of existing feature(s)
  17. - label: New behavior
  18. - type: textarea
  19. attributes:
  20. label: Description
  21. description: A few sentences describing what it is that you'd like to see in QMK. Additional information (such as links to spec sheets, licensing info, other related issues or PRs, etc) would be helpful.