We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57885dc commit 6cf39deCopy full SHA for 6cf39de
CONTRIBUTING.md
@@ -77,7 +77,7 @@ you have a validated your ideas with other community members)!
77
In order to have your pull requests accepted, we recommend you make your changes to Revel on a
78
new git branch. For example,
79
```
80
-$ git checkout -b feature/useful-new-thing develop # Create a new branch based on develop and switch to it
+$ git checkout -b feature/useful-new-thing origin/develop # Create a new branch based on develop and switch to it
81
$ ... # Make your changes and commit them
82
$ git push fork develop # After new commits, push to your fork
83
0 commit comments