You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Support section, borrowing heavily from wp-cli project.
Move stuff about contributing to Node.js to the bottom as vastly more
users are interested in using Node.js and getting help with Node.js than
contributing to Node.js. Information still belongs, just not at the top.
(Many people will know to look in CONTRIBUTING.md anyway.)
PR-URL: #16533
Reviewed-By: Vse Mozhet Byt <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Jeremiah Senkpiel <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
When looking for support, please first search for your question in these venues:
45
46
46
-
*[Website][]
47
+
*[Node.js Website][]
47
48
*[Node.js Help][]
48
-
*[Contributing to the project][]
49
-
* IRC (node core development): [#node-dev on chat.freenode.net][]
49
+
*[Open or closed issues in the Node.js GitHub organization](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Anodejs+is%3Aissue)
50
+
*[Questions tagged 'node.js' on StackOverflow][]
51
+
52
+
If you didn't find an answer in one of the venues above, you can:
50
53
51
-
### Unofficial Resources
54
+
* Join the **unofficial**[#node.js channel on chat.freenode.net][]. See
55
+
<http://nodeirc.info/> for more information.
52
56
53
-
* IRC (general questions): [#node.js on chat.freenode.net][]. Please see
54
-
<http://nodeirc.info/> for more information regarding the `#node.js` IRC
55
-
channel.
57
+
GitHub issues are meant for tracking enhancements and bugs, not general support.
56
58
57
-
_Please note that unofficial resources are neither managed by (nor necessarily
58
-
endorsed by) the Node.js TSC. Specifically, such resources are not
59
-
currently covered by the [Node.js Moderation Policy][] and the selection and
60
-
actions of resource operators/moderators are not subject to TSC oversight._
59
+
Remember, libre != gratis; the open source license grants you the freedom to use
60
+
and modify, but not commitments of other people's time. Please be respectful,
61
+
and set your expectations accordingly.
61
62
62
63
## Release Types
63
64
@@ -582,11 +583,17 @@ Previous releases may also have been signed with one of the following GPG keys:
582
583
Information on the current Node.js Working Groups can be found in the
0 commit comments