forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: move support information to SUPPORT.md
The GitHub interface will display links to SUPPORT.md in hopefully-helpful places so let's take advantage of that and move the support information to there and out of our README (but include a link to the new SUPPORT.md). Fixes: nodejs#27926
- Loading branch information
Showing
2 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 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](https://nodejs.org/en/) | ||
* [Node.js Help](https://github.com/nodejs/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](https://stackoverflow.com/questions/tagged/node.js) | ||
* [#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](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. |