summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom H <dom@hxy.io>2021-10-12 21:25:04 +0100
committerPete Johanson <peter@peterjohanson.com>2021-10-12 22:27:33 -0400
commite11477f7b1f3cf7d8e87718ab5dc889067f255ae (patch)
tree840b0f7b39a8a4b6de299fcc00c5fc799272d21a
parenta774ce855517fb9e74ca8c8ebef9cb85b7d65e6c (diff)
chore: Add note about copyrights on PR checklist
-rw-r--r--.github/pull_request_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index c191ccc..7443c24 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