diff options
author | Drashna Jaelre <drashna@live.com> | 2018-12-07 16:51:27 -0800 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-12-07 16:51:27 -0800 |
commit | 2ad2b73d685cf25268fa7d3726f45594edee70c4 (patch) | |
tree | 23154d07bc716d1160876d03f9abc54e8efdc438 /.github/ISSUE_TEMPLATE/feature_request.md | |
parent | 3e698a54ea22b12512c9e4f676f7d7363c35832f (diff) | |
download | qmk_firmware-2ad2b73d685cf25268fa7d3726f45594edee70c4.tar.gz |
Add support for PR and Issue templates to QMK_firmware GitHub (#4494)
* Add support document
* Add Bug Report
* Add GitHub Pull Request Template
* Feature request issue template
* Touch up feature request template
* Add 'other issues' template
* move support doc
* Minor tweaks
* More minor tweaks
* Spleeling fix
Co-Authored-By: drashna <drashna@live.com>
* CapiTALization fIXes
Co-Authored-By: drashna <drashna@live.com>
* Use new issue URL
Co-Authored-By: drashna <drashna@live.com>
* Add blanck issue template
* Update the PR template
* Formatting and additional changes
* Update docs/support.md
Co-Authored-By: drashna <drashna@live.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..c9198adff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature request +about: Suggest a new feature or changes to existing features +--- +<!--- Provide a general summary of the changes you want in the Title above --> + +<!-- This template is entirely option and can be removed, but is here to help both you and us. --> +<!-- This text and anything on lines wrapped like this one will not show up in the final text. This text is to help us and you. --> + +## Feature Request Type + +- [ ] Core Functionality +- [ ] Add-on hardware support (e.g. audio, RGB, OLED screen, etc.) +- [ ] Alteration (enhancement/optimization) of existing Feature(s) +- [ ] New behavior + +## Description + +<!-- A few sentences describing what it is that you'd like to see. Additional information (such as links to spec sheets, licensing info, other related issues or PR's, etc) would be helpful. --> |