diff options
author | Scott <[email protected]> | 2018-08-16 13:22:45 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-08-16 13:22:45 +0100 |
commit | 5a796f25aff1d161622c7fde8a2230ef1be2ba43 (patch) | |
tree | d154258157902ef0e620a14cf0da0ead3a71c110 /CONTRIBUTING.md | |
parent | f9b4bf100c41158db6bd16b5a457f0942be98d24 (diff) |
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e60592aad..8e6ac55c1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,5 @@ ## Contributing -We welcome most contributions. While it is our goal to allow everyone to contribute, contributions not meeting the project's standards may be rejected. If this happens to you, don't fret. We usually provide reasons for rejection to give you the opportunity to correct anything out of place. Consider asking first before attempting to make sweeping changes. +We welcome most contributions. While it is our goal to allow everyone to contribute, contributions not meeting the project's goals or standards may be rejected. -First fork the HandBrake repository using GitHub's web interface, and clone the fork to your local machine (`git clone my-fork`). Then create and switch to an appropriately named local branch to track your changes (`git checkout master; git checkout -b branch-name`). This allows you to make as many changes as you like without affecting the `master` branch, and helps identify groups of changes when submitting pull requests later on. - -To make a change, edit the appropriate file(s), commit them to your local branch (`git add changed-files; git commit`), and push the branch to your fork on GitHub (`git push my-fork branch-name`). You're now ready to open a pull request using GitHub's web interface. - -For more on this workflow, read [Understanding the GitHub Flow](https://guides.github.com/introduction/flow/). +Please read our [guide to contributing](https://handbrake.fr/docs/en/latest/contributing/contribute.html). This will provide you with all the information you need to start contributing to the project. |