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.
2 parents 4f79059 + a8bd905 commit cd3638aCopy full SHA for cd3638a
CONTRIBUTING.md
@@ -77,9 +77,9 @@ 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
81
-$ ... # Make your changes and commit them
82
-$ git push fork develop # After new commits, push to your fork
+$ git checkout -b feature/useful-new-thing origin/develop # Create a new branch based on develop and switch to it
+$ ... # Make your changes and commit them
+$ git push fork feature/useful-new-thing # After new commits, push to your fork
83
84
85
### Format Your Code
0 commit comments