@@ -12,7 +12,7 @@ property, trademark and high level project questions should move to the
12
12
13
13
## CODE CONTRIBUTIONS
14
14
15
- The node .js project welcomes new contributors. This document will guide you
15
+ The io .js project welcomes new contributors. This document will guide you
16
16
through the process.
17
17
18
18
@@ -31,7 +31,7 @@ Now decide if you want your feature or bug fix to go into the master branch
31
31
or the stable branch. As a rule of thumb, bug fixes go into the stable branch
32
32
while new features go into the master branch.
33
33
34
- The stable branch is effectively frozen; patches that change the node .js
34
+ The stable branch is effectively frozen; patches that change the io .js
35
35
API/ABI or affect the run-time behavior of applications get rejected.
36
36
37
37
The rules for the master branch are less strict; consult the
@@ -41,7 +41,7 @@ In a nutshell, modules are at varying levels of API stability. Bug fixes are
41
41
always welcome but API or behavioral changes to modules at stability level 3
42
42
and up are off-limits.
43
43
44
- Node .js has several bundled dependencies in the deps/ and the tools/
44
+ io .js has several bundled dependencies in the deps/ and the tools/
45
45
directories that are not part of the project proper. Any changes to files
46
46
in those directories or its subdirectories should be sent to their respective
47
47
projects. Do not send your patch to us, we cannot accept it.
@@ -162,7 +162,7 @@ not send out notifications when you add commits.
162
162
[ stability index page ] : https://github.com/joyent/node/blob/master/doc/api/documentation.markdown
163
163
[ issue tracker ] : https://github.com/joyent/node/issues
164
164
[ node.js mailing list ] : http://groups.google.com/group/nodejs
165
- [ IRC ] : http://webchat.freenode.net/?channels=node .js
165
+ [ IRC ] : http://webchat.freenode.net/?channels=io .js
166
166
[ project maintainers ] : https://github.com/joyent/node/wiki/Project-Organization
167
167
[ node-forward discussion repository ] : https://github.com/node-forward/discussions/issues
168
168
0 commit comments