Skip to content

Commit 12f2934

Browse files
mmarchiniruyadorno
authored andcommitted
meta: add links to OpenJSF Slack
The OpenJS Foundation has an official Slack, and the Node.js project has many channels there for working groups as well as for general discussions. Add links to the workspace and channels for folks who want to join. PR-URL: #35128 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent ae85228 commit 12f2934

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

.github/SUPPORT.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ If you didn't find an answer in the resources above, try these unofficial
1515
resources:
1616

1717
* [Questions tagged 'node.js' on Stack Overflow](https://stackoverflow.com/questions/tagged/node.js)
18+
* [#nodejs](https://openjs-foundation.slack.com/archives/CK9Q4MB53) channel on the OpenJS Foundation Slack ([join here](https://slack-invite.openjsf.org/))
1819
* [#node.js channel on chat.freenode.net](https://webchat.freenode.net?channels=node.js&uio=d4)
1920
* [Node.js Slack Community](https://node-js.slack.com/)
2021
* To register: [nodeslackers.com](https://www.nodeslackers.com/)

doc/guides/contributing/pull-requests.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,16 @@ Node.js. We cannot accept such patches.
4646
In case of doubt, open an issue in the
4747
[issue tracker](https://github.com/nodejs/node/issues/) or contact one of the
4848
[project Collaborators](https://github.com/nodejs/node/#current-project-team-members).
49-
Node.js has two IRC channels:
49+
50+
Node.js has many channels on the
51+
[OpenJS Foundation Slack](https://slack-invite.openjsf.org/). Interesting
52+
channels are:
53+
[#nodejs](https://openjs-foundation.slack.com/archives/CK9Q4MB53) for general
54+
help, questions and discussions.
55+
[#nodejs-dev](https://openjs-foundation.slack.com/archives/C019Y2T6STH) for
56+
development of Node.js core specifically.
57+
58+
Node.js also has two IRC channels:
5059
[#Node.js](https://webchat.freenode.net/?channels=node.js) for general help and
5160
questions, and
5261
[#node-dev](https://webchat.freenode.net/?channels=node-dev) for development of

onboarding.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,15 @@ onboarding session.
5656
* Watching the main repo will flood your inbox (several hundred notifications
5757
on typical weekdays), so be prepared
5858

59-
* `#node-dev` on [webchat.freenode.net](https://webchat.freenode.net/) is the
60-
best place to interact with the TSC / other Collaborators
61-
* If there are any questions after the session, a good place to ask is there!
62-
* Presence is not mandatory, but please drop a note there if force-pushing to
63-
`master`
59+
The project has two venues for real-time discussion:
60+
* [`#nodejs-dev`](https://openjs-foundation.slack.com/archives/C019Y2T6STH) on
61+
the [OpenJS Foundation](https://slack-invite.openjsf.org/)
62+
* `#node-dev` on [webchat.freenode.net](https://webchat.freenode.net/) is a
63+
great place to interact with the TSC and other Collaborators
64+
* If there are any questions after the session, a good place to ask is
65+
there!
66+
* Presence is not mandatory, but please drop a note there if force-pushing
67+
to `master`
6468

6569
## Project goals & values
6670

0 commit comments

Comments
 (0)