Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 819 Bytes

pull_request_template.md

File metadata and controls

9 lines (7 loc) · 819 Bytes

PR check-list

  • Branch has a clean commit history
  • Additional tests are included, if changing behaviors/core code that is testable.
  • Proper Copyright + License headers added to applicable files (Generally, we stick to "The ZMK Contributors" for copyrights to help avoid churn when files get edited)
  • Pre-commit used to check formatting of files, commit messages, etc.
  • Includes any necessary documentation changes.