From bdc2117ae87692f1c1d7a23d7dd52df8795fe81f Mon Sep 17 00:00:00 2001 From: Nelson Pecora Date: Tue, 8 Sep 2015 16:25:57 -0400 Subject: [PATCH 1/3] doc: change irc channel from io.js to node.js Minor typo fix. /cc @nodejs/documentation --- README.md | 2 +- doc/node.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc7e2abf8b8bfd..0be32513097923 100644 --- a/README.md +++ b/README.md @@ -345,7 +345,7 @@ Instructions: * [CONTRIBUTING.md](./CONTRIBUTING.md) * [GOVERNANCE.md](./GOVERNANCE.md) * IRC: - [#io.js on Freenode.net](http://webchat.freenode.net?channels=io.js&uio=d4) + [#node.js on Freenode.net](http://webchat.freenode.net?channels=node.js&uio=d4) * [nodejs/node on Gitter](https://gitter.im/nodejs/node) ## Security diff --git a/doc/node.1 b/doc/node.1 index 4926dcccf342d5..d25429c453c883 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -829,4 +829,4 @@ See the website for documentation https://nodejs.org/ Mailing list: http://groups.google.com/group/nodejs -IRC: irc.freenode.net #io.js +IRC: irc.freenode.net #node.js From e1f6f9342545afc400237424cc0cd8deab5befa9 Mon Sep 17 00:00:00 2001 From: Nelson Pecora Date: Tue, 1 Dec 2015 10:08:03 -0500 Subject: [PATCH 2/3] updated contributing doc to point to #node-dev --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e78100bc810c77..b3aae90b3ff554 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,7 +65,7 @@ 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 +([IRC](http://webchat.freenode.net/?channels=node-dev) is often the best medium.) 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. From 243d704ea91be974ba2594a8a2521ef90471bbf0 Mon Sep 17 00:00:00 2001 From: Nelson Pecora Date: Tue, 1 Dec 2015 10:49:06 -0500 Subject: [PATCH 3/3] list both irc channels in docs --- 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 b3aae90b3ff554..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=node-dev) 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 0be32513097923..c34312b8995b29 100644 --- a/README.md +++ b/README.md @@ -344,8 +344,8 @@ Instructions: * [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md) * [CONTRIBUTING.md](./CONTRIBUTING.md) * [GOVERNANCE.md](./GOVERNANCE.md) -* IRC: - [#node.js on Freenode.net](http://webchat.freenode.net?channels=node.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 d25429c453c883..75e266e79c1cec 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -829,4 +829,6 @@ See the website for documentation https://nodejs.org/ Mailing list: http://groups.google.com/group/nodejs -IRC: irc.freenode.net #node.js +IRC (general questions): irc.freenode.net #node.js + +IRC (node core development): irc.freenode.net #node-dev