Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3b30613

Browse filesBrowse files
nelsonpecoraFishrock123
authored andcommitted
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: #2743 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
1 parent 7a51878 commit 3b30613
Copy full SHA for 3b30613

File tree

Expand file treeCollapse file tree

3 files changed

+9
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+9
-5
lines changed
Open diff view settings
Collapse file

‎CONTRIBUTING.md‎

Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-2Lines changed: 4 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,11 @@ projects. Do not send your patch to us, we cannot accept it.
6565
In case of doubt, open an issue in the
6666
[issue tracker](https://github.com/nodejs/node/issues/) or contact one of the
6767
[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
6969
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.
7173

7274

7375
### Step 2: Branch
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ Instructions:
349349
* [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md)
350350
* [CONTRIBUTING.md](./CONTRIBUTING.md)
351351
* [GOVERNANCE.md](./GOVERNANCE.md)
352-
* IRC:
353-
[#io.js on Freenode.net](http://webchat.freenode.net?channels=io.js&uio=d4)
352+
* IRC (general questions): [#node.js on Freenode.net](http://webchat.freenode.net?channels=node.js&uio=d4)
353+
* IRC (node core development): [#node-dev on Freenode.net](http://webchat.freenode.net?channels=node-dev&uio=d4)
354354
* [nodejs/node on Gitter](https://gitter.im/nodejs/node)
355355

356356
## Security
Collapse file

‎doc/node.1‎

Copy file name to clipboardExpand all lines: doc/node.1
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,4 +831,6 @@ See the website for documentation https://nodejs.org/
831831

832832
Mailing list: http://groups.google.com/group/nodejs
833833

834-
IRC: irc.freenode.net #io.js
834+
IRC (general questions): irc.freenode.net #node.js
835+
836+
IRC (node core development): irc.freenode.net #node-dev

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.