]> git.donarmstrong.com Git - qmk_firmware.git/blob - .github/PULL_REQUEST_TEMPLATE.md
[Keymap] Add missing tap dance action and fix RGB hues in personal keymaps (#6312)
[qmk_firmware.git] / .github / PULL_REQUEST_TEMPLATE.md
1 <!--- Provide a general summary of your changes in the title above. -->
2
3 <!--- This template is entirely optional and can be removed, but is here to help both you and us. -->
4 <!--- Anything on lines wrapped in comments like these will not show up in the final text. -->
5
6 ## Description
7
8 <!--- Describe your changes in detail here. -->
9
10 ## Types of Changes
11
12 <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply. -->
13 - [ ] Core
14 - [ ] Bugfix
15 - [ ] New feature
16 - [ ] Enhancement/optimization
17 - [ ] Keyboard (addition or update)
18 - [ ] Keymap/layout/userspace (addition or update)
19 - [ ] Documentation
20
21 ## Issues Fixed or Closed by This PR
22
23
24
25 ## Checklist
26
27 <!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
28 <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
29 - [ ] My code follows the code style of this project.
30 - [ ] My change requires a change to the documentation.
31 - [ ] I have updated the documentation accordingly.
32 - [ ] I have read the [**CONTRIBUTING** document](https://docs.qmk.fm/#/contributing).
33 - [ ] I have added tests to cover my changes.
34 - [ ] I have tested the changes and verified that they work and don't break anything (as well as I can manage).