~ruther/qmk_firmware

ref: b0f5eb8f00c0fd1b8be2a88ba7c31898e8408a32 qmk_firmware/.github/ISSUE_TEMPLATE/feature_request.yml -rw-r--r-- 1.1 KiB
b0f5eb8f — QMK Bot Merge remote-tracking branch 'origin/master' into develop 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: Feature request
description: Suggest a new feature or changes to existing features.
title: "[Feature Request] "
labels: ["enhancement", "help wanted"]
body:
  - type: markdown
    attributes:
      value: |
        Provide a general summary of the changes you want in the title above.

        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.
        Your best bet is to take the initiative, add support, then submit a PR yourself.
  - type: checkboxes
    attributes:
      label: Feature Request Type
      options:
        - label: Core functionality
        - label: Add-on hardware support (eg. audio, RGB, OLED screen, etc.)
        - label: Alteration (enhancement/optimization) of existing feature(s)
        - label: New behavior
  - type: textarea
    attributes:
      label: Description
      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.