summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature_request.yml
blob: fdb32f098d581b0268eea7ebb04f6c39c00553b3 (plain)
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.