Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNelson Pecora <nelson@yoshokatana.com>2015-09-08 23:25:57 +0300
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-12-15 03:14:20 +0300
commit3b3061365ae03653de03efe1da36b6719064e0e8 (patch)
tree59dcbd1f9c9a1b914ae6d816d20770ee304da968 /CONTRIBUTING.md
parent7a518788e9b0b40234617cc38eb34bd767357050 (diff)
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 <fishrock123@rocketmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e78100bc810..3b0dd4b4678 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