]> git.donarmstrong.com Git - qmk_firmware.git/blob - .github/PULL_REQUEST_TEMPLATE.md
Keyboard: Initial commit of WT8-A implementation (#4674)
[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 option and can be removed, but is here to help both you and us. -->
4 <!--- 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. -->
5
6 ## Description
7 <!--- Describe your changes in detail -->
8
9 ## Types of changes
10 <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
11 - [ ] Core
12 - [ ] Bugfix
13 - [ ] New Feature
14 - [ ] Enhancement/Optimization
15 - [ ] Keyboard (addition or update)
16 - [ ] Keymap/Layout/Userspace (addition or update)
17 - [ ] Documentation
18
19
20 ## Issues Fixed or Closed by this PR
21
22
23
24 ## Checklist:
25 <!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
26 <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
27 - [ ] My code follows the code style of this project.
28 - [ ] My change requires a change to the documentation.
29 - [ ] I have updated the documentation accordingly.
30 - [ ] I have read the **CONTRIBUTING** document. (https://docs.qmk.fm/#/contributing)
31 - [ ] I have added tests to cover my changes.
32 - [ ] I have tested the changes and verified that they work and don't break anything (as well as I can manage).