From d24b7b85006dc3dd8e07dc6d4a0c630329833456 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Tue, 2 Dec 2014 17:39:39 +0000 Subject: docs: Change contributing documentation to io.js Reviewed-By: Fedor Indutny PR-URL: https://github.com/iojs/io.js/pull/25 --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3e8de483ea..4f41eeb24a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,13 +18,13 @@ through the process. ### FORK -Fork the project [on GitHub](https://github.com/joyent/node) and check out +Fork the project [on GitHub](https://github.com/iojs/io.js) and check out your copy. ```sh -$ git clone git@github.com:username/node.git -$ cd node -$ git remote add upstream git://github.com/joyent/node.git +$ git clone git@github.com:username/io.js.git +$ cd io.js +$ git remote add upstream git://github.com/iojs/io.js.git ``` Now decide if you want your feature or bug fix to go into the master branch @@ -150,7 +150,7 @@ node ./test/simple/test-streams2-transform.js $ git push origin my-feature-branch ``` -Go to https://github.com/username/node and select your feature branch. Click +Go to https://github.com/username/io.js and select your feature branch. Click the 'Pull Request' button and fill out the form. Pull requests are usually reviewed within a few days. If there are comments -- cgit v1.2.3