[Keyboard] Keyboard Naked48 Update (#7085)
[jackhill/qmk/firmware.git] / .github / PULL_REQUEST_TEMPLATE.md
CommitLineData
3a3de84e 1<!--- Provide a general summary of your changes in the title above. -->
2ad2b73d 2
3a3de84e 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. -->
2ad2b73d
DJ
5
6## Description
2ad2b73d 7
3a3de84e 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. -->
2ad2b73d
DJ
13- [ ] Core
14- [ ] Bugfix
3a3de84e 15- [ ] New feature
16- [ ] Enhancement/optimization
2ad2b73d 17- [ ] Keyboard (addition or update)
3a3de84e 18- [ ] Keymap/layout/userspace (addition or update)
2ad2b73d
DJ
19- [ ] Documentation
20
3a3de84e 21## Issues Fixed or Closed by This PR
2ad2b73d
DJ
22
23*
24
3a3de84e 25## Checklist
26
2ad2b73d
DJ
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.
3a3de84e 32- [ ] I have read the [**CONTRIBUTING** document](https://docs.qmk.fm/#/contributing).
2ad2b73d
DJ
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).