diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 70c8e085..01093835 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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: