qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

feature_request.yml (1126B)


      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 
     11         Please refrain from asking maintainers to add support for specific keyboards -- it is unlikely they will have hardware available, and will not be able to help.
     12         Your best bet is to take the initiative, add support, then submit a PR yourself.
     13   - type: checkboxes
     14     attributes:
     15       label: Feature Request Type
     16       options:
     17         - label: Core functionality
     18         - label: Add-on hardware support (eg. audio, RGB, OLED screen, etc.)
     19         - label: Alteration (enhancement/optimization) of existing feature(s)
     20         - label: New behavior
     21   - type: textarea
     22     attributes:
     23       label: Description
     24       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.