summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2016-07-20 08:24:57 -0700
committerJames M Snell <jasnell@gmail.com>2016-07-25 06:50:01 -0700
commite4abfe41edafab1c663bfd91f74a6aa38ea34e45 (patch)
treea0e2781412cc5edb7be44691514e24b150824a55 /README.md
parentc67ec57c8f5173de50a1d823cc9dfc0c12dc0373 (diff)
downloadnode-new-e4abfe41edafab1c663bfd91f74a6aa38ea34e45.tar.gz
doc: clarify that the node.js irc channel is not under tsc oversight
There has been some question about whether the #node.js irc channel falls under the TSC oversight or not. See: https://github.com/nodejs/node/issues/7746 This clarifies that the #node.js irc channel is a community provided resource that is not currently directly under the oversight of the TSC/CTC. PR-URL: https://github.com/nodejs/node/pull/7810 Reviewed-By: Bryan Hughes <bryan@nebri.us> Reviewed-By: Julien Gilli <jgilli@nodejs.org> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 21 insertions, 4 deletions
diff --git a/README.md b/README.md
index 97b09b3739..76ef2b0480 100644
--- a/README.md
+++ b/README.md
@@ -19,10 +19,21 @@ If you need help using or installing Node.js, please use the
## Resources for Newcomers
-* [Website](https://nodejs.org/en/)
-* [Contributing to the project](./CONTRIBUTING.md)
-* IRC (general questions): [#node.js on chat.freenode.net](https://webchat.freenode.net?channels=node.js&uio=d4)
-* IRC (node core development): [#node-dev on chat.freenode.net](https://webchat.freenode.net?channels=node-dev&uio=d4)
+### Official Resources
+
+* [Website][]
+* [Contributing to the project][]
+* IRC (node core development): [#node-dev on chat.freenode.net][]
+
+### Unofficial Resources
+
+* IRC (general questions): [#node.js on chat.freenode.net][]. Please see
+http://nodeirc.info/ for more information regarding the `#node.js` IRC channel.
+
+*Please note that unofficial resources are neither managed by (nor necessarily
+endorsed by) the Node.js TSC/CTC. Specifically, such resources are not
+currently covered by the [Node.js Moderation Policy][] and the selection and
+actions of resource operators/moderators are not subject to TSC/CTC oversight.*
## Release Types
@@ -265,3 +276,9 @@ keys:
* **Isaac Z. Schlueter** &lt;i@izs.me&gt; `93C7E9E91B49E432C2F75674B0A78B0A6C481CF6`
* **Julien Gilli** &lt;jgilli@fastmail.fm&gt; `114F43EE0176B71C7BC219DD50A3051F888C628D`
* **Timothy J Fontaine** &lt;tjfontaine@gmail.com&gt; `7937DFD2AB06298B2293C3187D33FF9D0246406D`
+
+[Website]: https://nodejs.org/en/
+[Contributing to the project]: CONTRIBUTING.md
+[Node.js Moderation Policy]: https://github.com/nodejs/TSC/blob/master/Moderation-Policy.md
+[#node.js on chat.freenode.net]: https://webchat.freenode.net?channels=node.js&uio=d4
+[#node-dev on chat.freenode.net]: https://webchat.freenode.net?channels=node-dev&uio=d4