File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,11 @@ projects. Do not send your patch to us, we cannot accept it.
65
65
In case of doubt, open an issue in the
66
66
[ issue tracker] ( https://github.com/nodejs/node/issues/ ) or contact one of the
67
67
[ project Collaborators] ( https://github.com/nodejs/node/#current-project-team-members ) .
68
- ( [ 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
68
+ Especially do so if you plan to work on something big. Nothing is more
69
69
frustrating than seeing your hard work go to waste because your vision
70
- does not align with the project team.
70
+ does not align with the project team. Node.js has two IRC channels,
71
+ [ #Node.js] ( http://webchat.freenode.net/?channels=node.js ) for general help and questions, and
72
+ [ #Node-dev] ( http://webchat.freenode.net/?channels=node-dev ) for development of node core specifically.
71
73
72
74
73
75
### Step 2: Branch
Original file line number Diff line number Diff line change @@ -342,8 +342,8 @@ Instructions:
342
342
* [ CODE_OF_CONDUCT.md] ( ./CODE_OF_CONDUCT.md )
343
343
* [ CONTRIBUTING.md] ( ./CONTRIBUTING.md )
344
344
* [ GOVERNANCE.md] ( ./GOVERNANCE.md )
345
- * IRC:
346
- [ #io.js on Freenode.net] ( http://webchat.freenode.net?channels=io.js &uio=d4 )
345
+ * IRC (general questions): [ #node.js on Freenode.net ] ( http://webchat.freenode.net?channels=node.js&uio=d4 )
346
+ * IRC (node core development): [ #node-dev on Freenode.net] ( http://webchat.freenode.net?channels=node-dev &uio=d4 )
347
347
* [ nodejs/node on Gitter] ( https://gitter.im/nodejs/node )
348
348
349
349
## Security
Original file line number Diff line number Diff line change @@ -773,4 +773,6 @@ See the website for documentation https://nodejs.org/
773
773
774
774
Mailing list: http://groups.google.com/group/nodejs
775
775
776
- IRC: irc.freenode.net #io.js
776
+ IRC (general questions): irc.freenode.net #node.js
777
+
778
+ IRC (node core development): irc.freenode.net #node-dev
You can’t perform that action at this time.
0 commit comments