diff options
author | Tom Barnes <tom@mechboards.co.uk> | 2022-08-14 01:32:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-13 17:32:30 -0700 |
commit | 0d3e07a3dbdcfe0e60f06c463204ebad38db0fbe (patch) | |
tree | aa0dc8f1d66a94721e2c3770737de2d0137b6968 /docs | |
parent | cbcb4f2ec0bdfb53c68bcf9ce3b62febcb0626e3 (diff) | |
download | qmk_firmware-0d3e07a3dbdcfe0e60f06c463204ebad38db0fbe.tar.gz qmk_firmware-0d3e07a3dbdcfe0e60f06c463204ebad38db0fbe.zip |
[Docs] Suggest imgur images are edited to set size (#18031)
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` |