PULL_REQUEST_TEMPLATE.md (1405B)
1 <!--- Provide a general summary of your changes in the title above. --> 2 3 <!--- Anything on lines wrapped in comments like these will not show up in the final text. --> 4 5 ## Description 6 7 <!--- Describe your changes in detail here. --> 8 9 ## Types of Changes 10 11 <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply. --> 12 - [ ] Core 13 - [ ] Bugfix 14 - [ ] New feature 15 - [ ] Enhancement/optimization 16 - [ ] Keyboard (addition or update) 17 - [ ] Keymap/layout (addition or update) 18 - [ ] Documentation 19 20 ## Issues Fixed or Closed by This PR 21 22 * 23 24 ## Checklist 25 26 <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> 27 <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> 28 - [ ] My code follows the code style of this project: [**C**](https://docs.qmk.fm/#/coding_conventions_c), [**Python**](https://docs.qmk.fm/#/coding_conventions_python) 29 - [ ] I have read the [**PR Checklist** document](https://docs.qmk.fm/#/pr_checklist) and have made the appropriate changes. 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).