diff options
author | durken1 <71756879+durken1@users.noreply.github.com> | 2022-05-17 15:20:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 14:20:13 +0100 |
commit | dba5b730a3f112b40d9f19881e0c5eaa03672452 (patch) | |
tree | d582b1bbe937e5dd4c33d7a6d3a2de6460b8742b /docs | |
parent | 656090335066eed90a9b76e113fb93ee3bc8c089 (diff) | |
download | qmk_firmware-dba5b730a3f112b40d9f19881e0c5eaa03672452.tar.gz qmk_firmware-dba5b730a3f112b40d9f19881e0c5eaa03672452.zip |
Update pr_checklist.md (#17122)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pr_checklist.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pr_checklist.md b/docs/pr_checklist.md index 591c21b97b..f55517dfa2 100644 --- a/docs/pr_checklist.md +++ b/docs/pr_checklist.md @@ -62,7 +62,7 @@ https://github.com/qmk/qmk_firmware/pulls?q=is%3Apr+is%3Aclosed+label%3Akeyboard - modified `# Enable Bluetooth with the Adafruit EZ-Key HID` -> `# Enable Bluetooth` - no `(-/+size)` comments related to enabling features - remove the list of alternate bootloaders if one has been specified - - no re-definitions of the default MCU parameters if same value, when compared to the equivalent MCU in [mcu_selection.mk](https://github.com/qmk/qmk_firmware/blob/master/quantum/mcu_selection.mk) + - no re-definitions of the default MCU parameters if same value, when compared to the equivalent MCU in [mcu_selection.mk](https://github.com/qmk/qmk_firmware/blob/master/builddefs/mcu_selection.mk) - keyboard `config.h` - don't repeat `MANUFACTURER` in the `PRODUCT` value - no `#define DESCRIPTION` |