| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bccdea6 commit 378439e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,13 +19,10 @@ policies, and releases are managed under an | |||
| 19 | 19 | ||
| 20 | 20 | **This project is bound by a [Code of Conduct][].** | |
| 21 | 21 | ||
| 22 | - If you need help using or installing Node.js, please use the | ||
| 23 | - [nodejs/help](https://github.com/nodejs/help) issue tracker. | ||
| 24 | - | ||
| 25 | 22 | ||
| 26 | 23 | # Table of Contents | |
| 27 | 24 | ||
| 28 | - * [Resources for Newcomers](#resources-for-newcomers) | ||
| 25 | + * [Support](#support) | ||
| 29 | 26 | * [Release Types](#release-types) | |
| 30 | 27 | * [Download](#download) | |
| 31 | 28 | * [Current and LTS Releases](#current-and-lts-releases) | |
@@ -39,25 +36,29 @@ If you need help using or installing Node.js, please use the | |||
| 39 | 36 | * [Collaborators](#collaborators) | |
| 40 | 37 | * [Release Team](#release-team) | |
| 41 | 38 | ||
| 42 | - ## Resources for Newcomers | ||
| 39 | + ## Support | ||
| 40 | + | ||
| 41 | + Node.js contributors have limited availability to address general support | ||
| 42 | + questions. Please make sure you are using a [currently-supported version of | ||
| 43 | + Node.js](https://github.com/nodejs/Release#release-schedule). | ||
| 43 | 44 | ||
| 44 | - ### Official Resources | ||
| 45 | + When looking for support, please first search for your question in these venues: | ||
| 45 | 46 | ||
| 46 | - * [Website][] | ||
| 47 | + * [Node.js Website][] | ||
| 47 | 48 | * [Node.js Help][] | |
| 48 | - * [Contributing to the project][] | ||
| 49 | - * IRC (node core development): [#node-dev on chat.freenode.net][] | ||
| 49 | + * [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) | ||
| 50 | + * [Questions tagged 'node.js' on StackOverflow][] | ||
| 51 | + | ||
| 52 | + If you didn't find an answer in one of the venues above, you can: | ||
| 50 | 53 | ||
| 51 | - ### Unofficial Resources | ||
| 54 | + * Join the **unofficial** [#node.js channel on chat.freenode.net][]. See | ||
| 55 | + <http://nodeirc.info/> for more information. | ||
| 52 | 56 | ||
| 53 | - * IRC (general questions): [#node.js on chat.freenode.net][]. Please see | ||
| 54 | - <http://nodeirc.info/> for more information regarding the `#node.js` IRC | ||
| 55 | - channel. | ||
| 57 | + GitHub issues are meant for tracking enhancements and bugs, not general support. | ||
| 56 | 58 | ||
| 57 | - _Please note that unofficial resources are neither managed by (nor necessarily | ||
| 58 | - endorsed by) the Node.js TSC. Specifically, such resources are not | ||
| 59 | - currently covered by the [Node.js Moderation Policy][] and the selection and | ||
| 60 | - actions of resource operators/moderators are not subject to TSC oversight._ | ||
| 59 | + Remember, libre != gratis; the open source license grants you the freedom to use | ||
| 60 | + and modify, but not commitments of other people's time. Please be respectful, | ||
| 61 | + and set your expectations accordingly. | ||
| 61 | 62 | ||
| 62 | 63 | ## Release Types | |
| 63 | 64 | ||
@@ -582,11 +583,17 @@ Previous releases may also have been signed with one of the following GPG keys: | |||
| 582 | 583 | Information on the current Node.js Working Groups can be found in the | |
| 583 | 584 | [TSC repository](https://github.com/nodejs/TSC/blob/master/WORKING_GROUPS.md). | |
| 584 | 585 | ||
| 586 | + ### Contributing to Node.js | ||
| 587 | + | ||
| 588 | + * [Contributing to the project][] | ||
| 589 | + * IRC (node core development): [#node-dev on chat.freenode.net][] | ||
| 590 | + | ||
| 585 | 591 | [npm]: https://www.npmjs.com | |
| 586 | - [Website]: https://nodejs.org/en/ | ||
| 592 | + [Code of Conduct]: https://github.com/nodejs/TSC/blob/master/CODE_OF_CONDUCT.md | ||
| 587 | 593 | [Contributing to the project]: CONTRIBUTING.md | |
| 588 | 594 | [Node.js Help]: https://github.com/nodejs/help | |
| 589 | 595 | [Node.js Moderation Policy]: https://github.com/nodejs/TSC/blob/master/Moderation-Policy.md | |
| 590 | - [#node.js on chat.freenode.net]: https://webchat.freenode.net?channels=node.js&uio=d4 | ||
| 596 | + [Node.js Website]: https://nodejs.org/en/ | ||
| 597 | + [Questions tagged 'node.js' on StackOverflow]: https://stackoverflow.com/questions/tagged/node.js | ||
| 598 | + [#node.js channel on chat.freenode.net]: https://webchat.freenode.net?channels=node.js&uio=d4 | ||
| 591 | 599 | [#node-dev on chat.freenode.net]: https://webchat.freenode.net?channels=node-dev&uio=d4 | |
| 592 | - [Code of Conduct]: https://github.com/nodejs/TSC/blob/master/CODE_OF_CONDUCT.md | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments