]> git.donarmstrong.com Git - qmk_firmware.git/blob - .github/PULL_REQUEST_TEMPLATE.md
Add support for PR and Issue templates to QMK_firmware GitHub (#4491)
[qmk_firmware.git] / .github / PULL_REQUEST_TEMPLATE.md
1 ## Code Change Type
2 - [ ] Core
3 - [ ] Feature
4 - [ ] Bugfix
5 - [ ] Keyboard
6 - [ ] Keymap/Layout/Userspace
7 - [ ] Enhancement/Optimization
8 - [ ] Documentation
9
10 ## Description
11 A few sentences describing the overall goals of the pull request's commits.
12
13 ## Todo
14 - [ ] Tests
15 - [ ] Documentation
16
17 ## Issues Fixed or Closed by this PR
18
19
20
21 ## Long Description
22 If needed, a longer description and a list of changes should be added here to make it clear what exactly this PR's goals are.