Skip to content

Commit

Permalink
docs: Change contributing documentation to io.js
Browse files Browse the repository at this point in the history
Reviewed-By: Fedor Indutny <fedor@indutny.com>
PR-URL: #25
  • Loading branch information
tomgco authored and indutny committed Dec 2, 2014
1 parent 51514c8 commit d24b7b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d24b7b8

Please sign in to comment.