summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorTom Gallacher <tomgallacher23@gmail.com>2014-12-02 17:39:39 +0000
committerFedor Indutny <fedor@indutny.com>2014-12-02 20:48:14 +0300
commitd24b7b85006dc3dd8e07dc6d4a0c630329833456 (patch)
tree9a07eceb1906e11b55cb9a0c33e30c44da3d29df /CONTRIBUTING.md
parent51514c8e8cbd98be7f29c3f1508b625d16e91b5d (diff)
downloadandroid-node-v8-d24b7b85006dc3dd8e07dc6d4a0c630329833456.tar.gz
android-node-v8-d24b7b85006dc3dd8e07dc6d4a0c630329833456.tar.bz2
android-node-v8-d24b7b85006dc3dd8e07dc6d4a0c630329833456.zip
docs: Change contributing documentation to io.js
Reviewed-By: Fedor Indutny <fedor@indutny.com> PR-URL: https://github.com/iojs/io.js/pull/25
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md10
1 files changed, 5 insertions, 5 deletions
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