qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit bbe58ddb21a1ed9ef64030648385c25830937003
parent 0b802defd4ad81f38bdd3ae0192e2a834f7d99be
Author: QMK Bot <hello@qmk.fm>
Date:   Sat,  5 Aug 2023 00:16:49 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:
Mdocs/contributing.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/docs/contributing.md b/docs/contributing.md @@ -63,6 +63,7 @@ Most of our style is pretty easy to pick up on. If you are familiar with either We have a few different types of changes in QMK, each requiring a different level of rigor. We'd like you to keep the following guidelines in mind no matter what type of change you're making. +* **Before you contribute:** Please make sure your fork is up to date with the upstream `qmk_firmware` repo. This will help minimize CI failures that may not occur for you when compiling locally. * Separate PRs into logical units. For example, do not submit one PR covering two separate features, instead submit a separate PR for each feature. * Check for unnecessary whitespace with `git diff --check` before committing. * Make sure your code change actually compiles.