Enhance contributing guidelines for pull requests
Added guidelines for creating pull requests from a fork.
This commit is contained in:
@@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
Here are a few suggestions to make it easier for you to contribute!
|
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
|
### 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user