From d53b187eaf08fe0ab95db5693f1c0dd02691521e Mon Sep 17 00:00:00 2001 From: Nelson Pecora Date: Tue, 8 Sep 2015 16:25:57 -0400 Subject: [PATCH] doc: update irc channels: #node.js and #node-dev IRC (general questions): irc.freenode.net #node.js IRC (node core development): irc.freenode.net #node-dev PR-URL: https://github.com/nodejs/node/pull/2743 Reviewed-By: Jeremiah Senkpiel --- CONTRIBUTING.md | 6 ++++-- README.md | 4 ++-- doc/node.1 | 4 +++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e78100bc810c77..3b0dd4b46780e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,9 +65,11 @@ projects. Do not send your patch to us, we cannot accept it. In case of doubt, open an issue in the [issue tracker](https://github.com/nodejs/node/issues/) or contact one of the [project Collaborators](https://github.com/nodejs/node/#current-project-team-members). -([IRC](http://webchat.freenode.net/?channels=io.js) is often the best medium.) Especially do so if you plan to work on something big. Nothing is more +Especially do so if you plan to work on something big. Nothing is more frustrating than seeing your hard work go to waste because your vision -does not align with the project team. +does not align with the project team. Node.js has two IRC channels, +[#Node.js](http://webchat.freenode.net/?channels=node.js) for general help and questions, and +[#Node-dev](http://webchat.freenode.net/?channels=node-dev) for development of node core specifically. ### Step 2: Branch diff --git a/README.md b/README.md index 2db2f77615231f..3df9b93dd39d66 100644 --- a/README.md +++ b/README.md @@ -349,8 +349,8 @@ Instructions: * [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md) * [CONTRIBUTING.md](./CONTRIBUTING.md) * [GOVERNANCE.md](./GOVERNANCE.md) -* IRC: - [#io.js on Freenode.net](http://webchat.freenode.net?channels=io.js&uio=d4) +* IRC (general questions): [#node.js on Freenode.net](http://webchat.freenode.net?channels=node.js&uio=d4) +* IRC (node core development): [#node-dev on Freenode.net](http://webchat.freenode.net?channels=node-dev&uio=d4) * [nodejs/node on Gitter](https://gitter.im/nodejs/node) ## Security diff --git a/doc/node.1 b/doc/node.1 index 9af846ec1fbdac..d6807f4f61d4a9 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -831,4 +831,6 @@ See the website for documentation https://nodejs.org/ Mailing list: http://groups.google.com/group/nodejs -IRC: irc.freenode.net #io.js +IRC (general questions): irc.freenode.net #node.js + +IRC (node core development): irc.freenode.net #node-dev