reorder sections for clarity

This commit is contained in:
Frank Möhle 2026-01-17 01:39:06 +01:00 committed by GitHub
parent 7a9e7f9c41
commit 10df03e564
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. 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. 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 ### 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. 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. * 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 😉) * 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 ### Updating your code
While the PR is open - and under review by maintainers - you may be asked to modify your PR source code. While the PR is open - and under review by maintainers - you may be asked to modify your PR source code.