diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ad832dcc2cf1e71e5e688bbd324a4ee4b5bd7c2..a92843e37536f140e2ffce3988dcc272a377bae7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -86,6 +86,10 @@ are not necessarily rejected. In fact, if your change is a fix for typo, spelling, grammar, formatting or anything urgent, submitting a patch against 'master' may make more sense. +To use the instructions below for proposals against the 'master' branch, just +replace 'next' everywhere below with 'master'. + + ### Contributing via Gitorious First-time contributors may want to do the following four items first: @@ -113,7 +117,6 @@ First-time contributors may want to do the following four items first: $ git remote add copyleft-tutorial-official git@gitorious.org:copyleft-org/tutorial.git $ git fetch copyleft-tutorial-official - $ git branch --track official-master copyleft-tutorial-official/master $ git branch --track official-next copyleft-tutorial-official/next That completes the first-time setup. Next is a workflow each proposed merge