Enhance contributing guidelines for pull requests

Added guidelines for creating pull requests from a fork.
This commit is contained in:
Frank Möhle
2026-01-17 01:37:17 +01:00
committed by GitHub
parent 45acb44a36
commit 7a9e7f9c41

View File

@@ -2,6 +2,13 @@
Here are a few suggestions to make it easier for you to contribute!
### PR from a branch in your own fork
Start your pull request (PR) in a branch of your own fork. Don't make a PR directly from your main branch.
This lets you update your PR if needed, while you can work on other tasks in 'main' or in other branches.
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.
### 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.