logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

PULL_REQUEST_TEMPLATE.md (1405B)


  1. <!--- Provide a general summary of your changes in the title above. -->
  2. <!--- Anything on lines wrapped in comments like these will not show up in the final text. -->
  3. ## Description
  4. <!--- Describe your changes in detail here. -->
  5. ## Types of Changes
  6. <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply. -->
  7. - [ ] Core
  8. - [ ] Bugfix
  9. - [ ] New feature
  10. - [ ] Enhancement/optimization
  11. - [ ] Keyboard (addition or update)
  12. - [ ] Keymap/layout (addition or update)
  13. - [ ] Documentation
  14. ## Issues Fixed or Closed by This PR
  15. *
  16. ## Checklist
  17. <!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
  18. <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
  19. - [ ] 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)
  20. - [ ] I have read the [**PR Checklist** document](https://docs.qmk.fm/#/pr_checklist) and have made the appropriate changes.
  21. - [ ] My change requires a change to the documentation.
  22. - [ ] I have updated the documentation accordingly.
  23. - [ ] I have read the [**CONTRIBUTING** document](https://docs.qmk.fm/#/contributing).
  24. - [ ] I have added tests to cover my changes.
  25. - [ ] I have tested the changes and verified that they work and don't break anything (as well as I can manage).