You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.5 KiB

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