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:
authorMary Marchini <mmarchini@netflix.com>2020-09-09 21:27:10 +0300
committerRich Trott <rtrott@gmail.com>2020-09-13 16:33:32 +0300
commit9d9d2f0cf7163e270df8727bb5a83a53df4336eb (patch)
tree40c895fb4260d4fc02cfc6d29d60791e9e760ce6
parent4109903098a1224601af8290474df222498d0009 (diff)
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: https://github.com/nodejs/node/pull/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>
-rw-r--r--.github/SUPPORT.md1
-rw-r--r--doc/guides/contributing/pull-requests.md11
-rw-r--r--onboarding.md14
3 files changed, 20 insertions, 6 deletions
diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md
index 48ad8a90cb7..d3af8e68191 100644
--- a/.github/SUPPORT.md
+++ b/.github/SUPPORT.md
@@ -15,6 +15,7 @@ If you didn't find an answer in the resources above, try these unofficial
resources:
* [Questions tagged 'node.js' on Stack Overflow](https://stackoverflow.com/questions/tagged/node.js)
+* [#nodejs](https://openjs-foundation.slack.com/archives/CK9Q4MB53) channel on the OpenJS Foundation Slack ([join here](https://slack-invite.openjsf.org/))
* [#node.js channel on chat.freenode.net](https://webchat.freenode.net?channels=node.js&uio=d4)
* [Node.js Slack Community](https://node-js.slack.com/)
* To register: [nodeslackers.com](https://www.nodeslackers.com/)
diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md
index f7c76f3324e..18c84068380 100644
--- a/doc/guides/contributing/pull-requests.md
+++ b/doc/guides/contributing/pull-requests.md
@@ -46,7 +46,16 @@ Node.js. We cannot accept such patches.
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).
-Node.js has two IRC channels:
+
+Node.js has many channels on the
+[OpenJS Foundation Slack](https://slack-invite.openjsf.org/). Interesting
+channels are:
+[#nodejs](https://openjs-foundation.slack.com/archives/CK9Q4MB53) for general
+help, questions and discussions.
+[#nodejs-dev](https://openjs-foundation.slack.com/archives/C019Y2T6STH) for
+development of Node.js core specifically.
+
+Node.js also has two IRC channels:
[#Node.js](https://webchat.freenode.net/?channels=node.js) for general help and
questions, and
[#node-dev](https://webchat.freenode.net/?channels=node-dev) for development of
diff --git a/onboarding.md b/onboarding.md
index 8ec268570e8..ce176be9a6a 100644
--- a/onboarding.md
+++ b/onboarding.md
@@ -56,11 +56,15 @@ onboarding session.
* Watching the main repo will flood your inbox (several hundred notifications
on typical weekdays), so be prepared
-* `#node-dev` on [webchat.freenode.net](https://webchat.freenode.net/) is the
- best place to interact with the TSC / other Collaborators
- * If there are any questions after the session, a good place to ask is there!
- * Presence is not mandatory, but please drop a note there if force-pushing to
- `master`
+The project has two venues for real-time discussion:
+* [`#nodejs-dev`](https://openjs-foundation.slack.com/archives/C019Y2T6STH) on
+ the [OpenJS Foundation](https://slack-invite.openjsf.org/)
+* `#node-dev` on [webchat.freenode.net](https://webchat.freenode.net/) is a
+ great place to interact with the TSC and other Collaborators
+ * If there are any questions after the session, a good place to ask is
+ there!
+ * Presence is not mandatory, but please drop a note there if force-pushing
+ to `master`
## Project goals & values