diff options
author | Dom H <[email protected]> | 2021-10-12 21:25:04 +0100 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2021-10-12 22:27:33 -0400 |
commit | e11477f7b1f3cf7d8e87718ab5dc889067f255ae (patch) | |
tree | 840b0f7b39a8a4b6de299fcc00c5fc799272d21a /.github/pull_request_template.md | |
parent | a774ce855517fb9e74ca8c8ebef9cb85b7d65e6c (diff) | |
download | zmk-e11477f7b1f3cf7d8e87718ab5dc889067f255ae.tar.gz zmk-e11477f7b1f3cf7d8e87718ab5dc889067f255ae.zip |
chore: Add note about copyrights on PR checklist
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r-- | .github/pull_request_template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c191ccca2a..7443c24d4e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,7 +3,7 @@ - [ ] This board/shield is tested working on real hardware - [ ] Definitions follow the general style of other shields/boards upstream ([Reference](https://zmk.dev/docs/development/new-shield)) - [ ] `.zmk.yml` metadata file added - - [ ] Proper Copyright + License headers added to applicable files + - [ ] 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) - [ ] General consistent formatting of DeviceTree files - [ ] Keymaps do not use deprecated key defines (Check using the [upgrader tool](https://zmk.dev/docs/codes/keymap-upgrader)) - [ ] `&pro_micro` used in favor of `&pro_micro_d/a` if applicable |