File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ through the process.
1818
1919### FORK
2020
21- Fork the project [ on GitHub] ( https://github.com/joyent/node ) and check out
21+ Fork the project [ on GitHub] ( https://github.com/iojs/io.js ) and check out
2222your copy.
2323
2424``` sh
25- $ git clone
[email protected] :username/
node .git
26- $ cd node
27- $ git remote add upstream git://github.com/joyent/node .git
25+ $ git clone
[email protected] :username/
io.js .git
26+ $ cd io.js
27+ $ git remote add upstream git://github.com/iojs/io.js .git
2828```
2929
3030Now 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
150150$ git push origin my-feature-branch
151151```
152152
153- Go to https://github.com/username/node and select your feature branch. Click
153+ Go to https://github.com/username/io.js and select your feature branch. Click
154154the 'Pull Request' button and fill out the form.
155155
156156Pull requests are usually reviewed within a few days. If there are comments
You can’t perform that action at this time.
0 commit comments