Skip to content

Commit

Permalink
chore: fix git repositories in the contributing guide 📓
Browse files Browse the repository at this point in the history
  • Loading branch information
nono committed May 22, 2017
1 parent 9be3049 commit 729e40c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -50,7 +50,7 @@ Fork the project on GitHub and [check out your copy locally][forking].
```
$ git clone github.com/cozy/cozy-settings.git
$ cd cozy-settings
$ git remote add fork git://github.com/cozy/cozy-settings.git
$ git remote add fork git://github.com/yourusername/cozy-settings.git
```

#### Step 2: Branch
Expand Down Expand Up @@ -93,7 +93,7 @@ $ git rebase origin/master my-branch
$ git push -u fork my-branch
```

Go to https://github.com/cozy/cozy-settings and select your branch. Click the 'Pull Request' button and fill out the form.
Go to https://github.com/yourusername/cozy-settings and select your branch. Click the 'Pull Request' button and fill out the form.

Alternatively, you can use [hub] to open the pull request from your terminal:

Expand Down

0 comments on commit 729e40c

Please sign in to comment.