Skip to content

Commit d982f0b

Browse files
devsnektargos
authored andcommitted
meta: create github support file
PR-URL: #27926 Refs: https://help.github.com/en/articles/adding-support-resources-to-your-project Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent a1788de commit d982f0b

File tree

2 files changed

+28
-27
lines changed

2 files changed

+28
-27
lines changed

.github/SUPPORT.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Support
2+
3+
Node.js contributors have limited availability to address general support
4+
questions. Please make sure you are using a [currently-supported version of
5+
Node.js](https://github.com/nodejs/Release#release-schedule).
6+
7+
When looking for support, please first search for your question in these venues:
8+
9+
* [Node.js Website](https://nodejs.org/en/), especially the
10+
[API docs](https://nodejs.org/api/)
11+
* [Node.js Help](https://github.com/nodejs/help)
12+
* [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)
13+
14+
If you didn't find an answer in the resources above, try these unofficial
15+
resources:
16+
17+
* [Questions tagged 'node.js' on Stack Overflow](https://stackoverflow.com/questions/tagged/node.js)
18+
* [#node.js channel on chat.freenode.net](https://webchat.freenode.net?channels=node.js&uio=d4)
19+
* [Node.js Slack Community](https://node-js.slack.com/)
20+
* To register: [nodeslackers.com](http://www.nodeslackers.com/)
21+
22+
GitHub issues are for tracking enhancements and bugs, not general support.
23+
24+
The open source license grants you the freedom to use Node.js. It does not
25+
guarantee commitments of other people's time. Please be respectful and manage
26+
your expectations.

README.md

+2-27
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,8 @@ The Node.js project uses an [open governance model](./GOVERNANCE.md). The
3636

3737
## Support
3838

39-
Node.js contributors have limited availability to address general support
40-
questions. Please make sure you are using a [currently-supported version of
41-
Node.js](https://github.com/nodejs/Release#release-schedule).
42-
43-
When looking for support, please first search for your question in these venues:
44-
45-
* [Node.js Website][]
46-
* [Node.js Help][]
47-
* [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)
48-
49-
If you didn't find an answer in the resources above, try these unofficial
50-
resources:
51-
52-
* [Questions tagged 'node.js' on StackOverflow][]
53-
* [#node.js channel on chat.freenode.net][]
54-
* [Node.js Slack Community](https://node-js.slack.com/)
55-
* To register: [nodeslackers.com](http://www.nodeslackers.com/)
56-
57-
GitHub issues are for tracking enhancements and bugs, not general support.
58-
59-
The open source license grants you the freedom to use Node.js. It does not
60-
guarantee commitments of other people's time. Please be respectful and manage
61-
your expectations.
39+
Looking for help? Check out the
40+
[instructions for getting support](.github/SUPPORT.md).
6241

6342
## Release Types
6443

@@ -601,10 +580,6 @@ Other keys used to sign some previous releases:
601580

602581
[Code of Conduct]: https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md
603582
[Contributing to the project]: CONTRIBUTING.md
604-
[Node.js Help]: https://github.com/nodejs/help
605583
[Node.js Foundation]: https://nodejs.org/en/foundation/
606-
[Node.js Website]: https://nodejs.org/en/
607-
[Questions tagged 'node.js' on StackOverflow]: https://stackoverflow.com/questions/tagged/node.js
608584
[Working Groups]: https://github.com/nodejs/TSC/blob/master/WORKING_GROUPS.md
609585
[Strategic Initiatives]: https://github.com/nodejs/TSC/blob/master/Strategic-Initiatives.md
610-
[#node.js channel on chat.freenode.net]: https://webchat.freenode.net?channels=node.js&uio=d4

0 commit comments

Comments
 (0)