From 10df03e5648d6d7f4051e2fc50c25ed187d9d58d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20M=C3=B6hle?= <91616163+softhack007@users.noreply.github.com> Date: Sat, 17 Jan 2026 01:39:06 +0100 Subject: [PATCH] reorder sections for clarity --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 77cb51e6..adeb29e2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,6 +9,10 @@ This lets you update your PR if needed, while you can work on other tasks in 'ma Tip: When viewing a file in `wled/WLED`, click on the "pen" icon and start making changes. When you chose to 'Commit changes', GitHub will automatically create a PR from your fork. +### Target branch for pull requests + +Please make all PRs against the `main` branch. + ### Describe your PR Please add a description of your proposed code changes. It does not need to be an exhaustive essay, however a PR with no description or just a few words might not get accepted, simply because very basic information is missing. @@ -19,9 +23,6 @@ A good description helps us to review and understand your proposed changes. For * testing you performed, known limitations, open ends you possibly could not solve. * any areas where you like to get help from an experienced maintainer (yes WLED has become big 😉) -### Target branch for pull requests - -Please make all PRs against the `main` branch. ### Updating your code While the PR is open - and under review by maintainers - you may be asked to modify your PR source code.