From a4a9303f62998d57d4a01442c5efee9dd0f55bbd Mon Sep 17 00:00:00 2001 From: Tracy Date: Wed, 17 Jan 2018 15:06:01 -0500 Subject: [PATCH 1/3] Add more places for user support and help --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a7b99e..50a10a3 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,16 @@ File issues to let us know what you'd like to learn. See [Contributing](#contrib - [Contribute to Node.js Core](http://nodetodo.org/getting-started/) - [Contribute to Node.js (but not sure how to get to the working group you want to help?)](https://github.com/nodejs/getting-started/blob/master/contribute_to_node.md) - -### Help -If you're looking for help while writing Node.js, ask questions in the Node.js [Help](https://github.com/nodejs/help#-help) repository. No question is too small! - + ## Support + If you're looking for help while writing Node.js, ask questions in the Node.js [Help](https://github.com/nodejs/help#-help) repository. No question is too small! + + When looking for help, search for your question in these venues: + + * [Node.js Website][https://nodejs.org] + * [Node.js Help][https://github.com/nodejs/help] + * [Open or closed issues in the related Node.js GitHub organization repository](https://github.com/nodejs) + * [Questions tagged 'node.js' on StackOverflow][https://stackoverflow.com/questions/tagged/node.js] + * [Node.js Slack Community](http://node-js.slack.com): Visit [nodeslackers.io](http://www.nodeslackers.com/) to register
 ### Contributing *Want to write a document?* From 4be21577ae75f948d5cc7c23c08073ba86077da8 Mon Sep 17 00:00:00 2001 From: Tracy Date: Wed, 17 Jan 2018 17:35:56 -0500 Subject: [PATCH 2/3] Update markdown to proper syntax --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 50a10a3..ff96eeb 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ File issues to let us know what you'd like to learn. See [Contributing](#contrib When looking for help, search for your question in these venues: - * [Node.js Website][https://nodejs.org] - * [Node.js Help][https://github.com/nodejs/help] + * [Node.js Website](https://nodejs.org) + * [Node.js Help](https://github.com/nodejs/help) * [Open or closed issues in the related Node.js GitHub organization repository](https://github.com/nodejs) - * [Questions tagged 'node.js' on StackOverflow][https://stackoverflow.com/questions/tagged/node.js] - * [Node.js Slack Community](http://node-js.slack.com): Visit [nodeslackers.io](http://www.nodeslackers.com/) to register
 + * [Questions tagged 'node.js' on StackOverflow](https://stackoverflow.com/questions/tagged/node.js) + * [Node.js Slack Community](http://node-js.slack.com): Visit [nodeslackers.com](http://www.nodeslackers.com/) to register
 ### Contributing *Want to write a document?* From 3784a9d55cbf0011ac0bc82b3c6a270c613e0b0d Mon Sep 17 00:00:00 2001 From: Tracy Date: Thu, 8 Mar 2018 10:45:29 -0500 Subject: [PATCH 3/3] Change support back to help --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff96eeb..c3bd95c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ File issues to let us know what you'd like to learn. See [Contributing](#contrib - [Contribute to Node.js Core](http://nodetodo.org/getting-started/) - [Contribute to Node.js (but not sure how to get to the working group you want to help?)](https://github.com/nodejs/getting-started/blob/master/contribute_to_node.md) - ## Support + ## Help If you're looking for help while writing Node.js, ask questions in the Node.js [Help](https://github.com/nodejs/help#-help) repository. No question is too small! When looking for help, search for your question in these venues: