diff options
author | Gus Caplan <me@gus.host> | 2019-05-27 11:20:01 -0500 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2019-05-30 08:40:51 +0200 |
commit | f46952289a35ccfb4ff6a9ebfb31f40a5de449f6 (patch) | |
tree | 14b75c5c8de9509ba68b7effd7f89e1b2a334ab8 /README.md | |
parent | 18be28892f233582e209d1ce414dd5fe7ab566f2 (diff) | |
download | node-new-f46952289a35ccfb4ff6a9ebfb31f40a5de449f6.tar.gz |
meta: create github support file
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 29 |
1 files changed, 2 insertions, 27 deletions
@@ -36,29 +36,8 @@ The Node.js project uses an [open governance model](./GOVERNANCE.md). The ## Support -Node.js contributors have limited availability to address general support -questions. Please make sure you are using a [currently-supported version of -Node.js](https://github.com/nodejs/Release#release-schedule). - -When looking for support, please first search for your question in these venues: - -* [Node.js Website][] -* [Node.js Help][] -* [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) - -If you didn't find an answer in the resources above, try these unofficial -resources: - -* [Questions tagged 'node.js' on StackOverflow][] -* [#node.js channel on chat.freenode.net][] -* [Node.js Slack Community](https://node-js.slack.com/) - * To register: [nodeslackers.com](http://www.nodeslackers.com/) - -GitHub issues are for tracking enhancements and bugs, not general support. - -The open source license grants you the freedom to use Node.js. It does not -guarantee commitments of other people's time. Please be respectful and manage -your expectations. +Looking for help? Check out the +[instructions for getting support](.github/SUPPORT.md). ## Release Types @@ -601,10 +580,6 @@ Other keys used to sign some previous releases: [Code of Conduct]: https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md [Contributing to the project]: CONTRIBUTING.md -[Node.js Help]: https://github.com/nodejs/help [Node.js Foundation]: https://nodejs.org/en/foundation/ -[Node.js Website]: https://nodejs.org/en/ -[Questions tagged 'node.js' on StackOverflow]: https://stackoverflow.com/questions/tagged/node.js [Working Groups]: https://github.com/nodejs/TSC/blob/master/WORKING_GROUPS.md [Strategic Initiatives]: https://github.com/nodejs/TSC/blob/master/Strategic-Initiatives.md -[#node.js channel on chat.freenode.net]: https://webchat.freenode.net?channels=node.js&uio=d4 |