mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
3697587c31
The OpenJSF Slack nodejs channel has a description that reads: > 🚨 For Node.js application development questions, see: > > - Node Slackers: https://www.nodeslackers.com/ > - Node.js help repo: https://github.com/nodejs/help Let's not send people with support questions there just to get ignored or redirected elsewhere. PR-URL: https://github.com/nodejs/node/pull/41108 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
27 lines
1.2 KiB
Markdown
27 lines
1.2 KiB
Markdown
# 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/), especially the
|
|
[API docs](https://nodejs.org/api/)
|
|
* [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 Stack Overflow](https://stackoverflow.com/questions/tagged/node.js)
|
|
* [#node.js channel on libera.chat](https://web.libera.chat?channels=node.js&uio=d4)
|
|
* [Node.js Slack Community](https://node-js.slack.com/)
|
|
* To register: [nodeslackers.com](https://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.
|