From d4fc6d93ef1513bc7fca4d524e5de9c233d1f1ad Mon Sep 17 00:00:00 2001 From: Doug Shamoo Date: Tue, 6 Oct 2015 22:47:49 -0700 Subject: [PATCH] doc: add help repo link to CONTRIBUTING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Direct help requests and technical issues that are not issues with Node.js to the nodejs help repo issue tracker. Add link. PR-URL: https://github.com/nodejs/node/pull/3233 Fixes: https://github.com/nodejs/node/issues/3185 Reviewed-By: Evan Lucas Reviewed-By: Michaƫl Zasso Reviewed-By: Rich Trott --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9fe41d807acfe1..3b3bf08b538707 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,9 @@ When opening new issues or commenting on existing issues on this repository please make sure discussions are related to concrete technical issues with the Node.js software. +For general help using Node.js, please file an issue at the +[Node.js help repository](https://github.com/nodejs/help/issues). + Discussion of non-technical topics including subjects like intellectual property, trademark and high level project questions should move to the [node-forward discussions repository](https://github.com/node-forward/discussions)