diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-30 23:22:11 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-30 23:22:11 +0000 |
commit | 7c70a90867c1022a9ba633945034f87c78712743 (patch) | |
tree | f278e8b4a83ad7b68c9500305157c327f2ba8cb5 | |
parent | 99fc2173a4b9ded987c3a5b496a614744eea946c (diff) | |
parent | b459f314ec3e75d44aa6192bdbdf279041fe5c17 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | docs/pr_checklist.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/pr_checklist.md b/docs/pr_checklist.md index 9bfa79403d..c8e27d5658 100644 --- a/docs/pr_checklist.md +++ b/docs/pr_checklist.md @@ -93,6 +93,7 @@ https://github.com/qmk/qmk_firmware/pulls?q=is%3Apr+is%3Aclosed+label%3Akeyboard - default (and via) keymaps should be "pristine" - bare minimum to be used as a "clean slate" for another user to develop their own user-specific keymap - standard layouts preferred in these keymaps, if possible + - default keymap should not enable VIA -- the VIA integration documentation requires a keymap called `via` - submitters can have a personal (or bells-and-whistles) keymap showcasing capabilities in the same PR but it shouldn't be embedded in the 'default' keymap - submitters can also have a "manufacturer-matching" keymap that mirrors existing functionality of the commercial product, if porting an existing board - Do not include VIA json files in the PR. These do not belong in the QMK repository as they are not used by QMK firmware -- they belong in the [VIA Keyboard Repo](https://github.com/the-via/keyboards) |