summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGus Caplan <me@gus.host>2019-05-27 11:20:01 -0500
committerMichaƫl Zasso <targos@protonmail.com>2019-05-31 08:46:54 +0200
commitd982f0b7e260ec5a53d58cca8e8400ffcf993ad1 (patch)
tree34cda2451681358207394313c6f3602807e94772 /.github
parenta1788de0a42c81cc98f56c05f6883bbea2505810 (diff)
downloadandroid-node-v8-d982f0b7e260ec5a53d58cca8e8400ffcf993ad1.tar.gz
android-node-v8-d982f0b7e260ec5a53d58cca8e8400ffcf993ad1.tar.bz2
android-node-v8-d982f0b7e260ec5a53d58cca8e8400ffcf993ad1.zip
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 '.github')
-rw-r--r--.github/SUPPORT.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md
new file mode 100644
index 0000000000..1a086bd2cc
--- /dev/null
+++ b/.github/SUPPORT.md
@@ -0,0 +1,26 @@
+# 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 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.