Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cd3638a

Browse filesBrowse files
authored
Merge pull request revel#1129 from funyug/feature/contribution-guide-fix
Minor fixes to the contribution guide
2 parents 4f79059 + a8bd905 commit cd3638a
Copy full SHA for cd3638a

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎CONTRIBUTING.md

Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ you have a validated your ideas with other community members)!
7777
In order to have your pull requests accepted, we recommend you make your changes to Revel on a
7878
new git branch. For example,
7979
```
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
80+
$ 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 feature/useful-new-thing # After new commits, push to your fork
8383
```
8484

8585
### Format Your Code

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.