Skip to content

Commit ef74e70

Browse files
committed
Fix contribution doc
1 parent 6cf39de commit ef74e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ new git branch. For example,
7979
```
8080
$ git checkout -b feature/useful-new-thing origin/develop # Create a new branch based on develop and switch to it
8181
$ ... # Make your changes and commit them
82-
$ git push fork develop # After new commits, push to your fork
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)