X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.github%2FPULL_REQUEST_TEMPLATE.md;h=cbc018ea057f72862b9595709368a870fe746017;hb=e717dcaa09143615ae0b46bf625621f67a7b55ce;hp=36410da266fe5e4eb80b573f176259201e691d50;hpb=b91dfa04e3bad560fb6fe2360dd51fb95d95fcbf;p=qmk_firmware.git diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 36410da26..cbc018ea0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,22 +1,34 @@ -## Code Change Type -- [ ] Core -- [ ] Feature -- [ ] Bugfix -- [ ] Keyboard -- [ ] Keymap/Layout/Userspace -- [ ] Enhancement/Optimization -- [ ] Documentation + + + + ## Description -A few sentences describing the overall goals of the pull request's commits. -## Todo -- [ ] Tests + + +## Types of Changes + + +- [ ] Core +- [ ] Bugfix +- [ ] New feature +- [ ] Enhancement/optimization +- [ ] Keyboard (addition or update) +- [ ] Keymap/layout/userspace (addition or update) - [ ] Documentation -## Issues Fixed or Closed by this PR +## Issues Fixed or Closed by This PR * -## Long Description -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. +## Checklist + + + +- [ ] My code follows the code style of this project. +- [ ] My change requires a change to the documentation. +- [ ] I have updated the documentation accordingly. +- [ ] I have read the [**CONTRIBUTING** document](https://docs.qmk.fm/#/contributing). +- [ ] I have added tests to cover my changes. +- [ ] I have tested the changes and verified that they work and don't break anything (as well as I can manage).