~ruther/qmk_firmware

ref: 031ccd48879d29539ce478cf7d3d33b406ea993c qmk_firmware/.github/ISSUE_TEMPLATE/feature_request.yml -rw-r--r-- 1.1 KiB
031ccd48 — Ryan `salicylic_acid3/setta21`: fix RGB Matrix LED config (#24041) 1 year, 3 months 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.