From 6c36d197bbcc788de7797021c6c91afe1dedc23f Mon Sep 17 00:00:00 2001 From: Tyler Kellen Date: Wed, 3 Dec 2014 11:45:44 -0500 Subject: [PATCH] docs: fix project name Renamed node.js to io.js and updated links to external resources. PR-URL: https://github.com/iojs/io.js/pull/42 Reviewed-By: Ben Noordhuis --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4506fda5b37e53..99b9c5ed0d438f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ property, trademark and high level project questions should move to the ## CODE CONTRIBUTIONS -The node.js project welcomes new contributors. This document will guide you +The io.js project welcomes new contributors. This document will guide you through the process. @@ -31,7 +31,7 @@ Now decide if you want your feature or bug fix to go into the master branch or the stable branch. As a rule of thumb, bug fixes go into the stable branch while new features go into the master branch. -The stable branch is effectively frozen; patches that change the node.js +The stable branch is effectively frozen; patches that change the io.js API/ABI or affect the run-time behavior of applications get rejected. 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 always welcome but API or behavioral changes to modules at stability level 3 and up are off-limits. -Node.js has several bundled dependencies in the deps/ and the tools/ +io.js has several bundled dependencies in the deps/ and the tools/ directories that are not part of the project proper. Any changes to files in those directories or its subdirectories should be sent to their respective projects. Do not send your patch to us, we cannot accept it. @@ -162,7 +162,7 @@ not send out notifications when you add commits. [stability index page]: https://github.com/joyent/node/blob/master/doc/api/documentation.markdown [issue tracker]: https://github.com/joyent/node/issues [node.js mailing list]: http://groups.google.com/group/nodejs -[IRC]: http://webchat.freenode.net/?channels=node.js +[IRC]: http://webchat.freenode.net/?channels=io.js [project maintainers]: https://github.com/joyent/node/wiki/Project-Organization [node-forward discussion repository]: https://github.com/node-forward/discussions/issues