diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-14 00:33:31 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-14 00:33:31 +0000 |
commit | 2363a3bc424a9033de0d0665959159557c8dcdfd (patch) | |
tree | 0b220a23d2623fc8e559d432778da7f8193e43d7 /docs | |
parent | a83afb3fcd741d0de391f21196ea79066fe88076 (diff) | |
parent | 0d3e07a3dbdcfe0e60f06c463204ebad38db0fbe (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-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 9ab8c80e9b..634ca4193a 100644 --- a/docs/pr_checklist.md +++ b/docs/pr_checklist.md @@ -57,6 +57,7 @@ https://github.com/qmk/qmk_firmware/pulls?q=is%3Apr+is%3Aclosed+label%3Akeyboard - a picture about the keyboard and preferably about the PCB, too - images are not to be placed in the `qmk_firmware` repository - images should be uploaded to an external image hosting service, such as [imgur](https://imgur.com/). + - if imgur is used, images should be resized appropriately: append "h" to the image url i.e. `https://i.imgur.com/vqgE7Ok.jpg` becomes `https://i.imgur.com/vqgE7Okh.jpg` - `rules.mk` - removed `MIDI_ENABLE`, `FAUXCLICKY_ENABLE` and `HD44780_ENABLE` - modified `# Enable Bluetooth with the Adafruit EZ-Key HID` -> `# Enable Bluetooth` |