diff options
author | Doug Shamoo <doug.shamoo@gmail.com> | 2015-10-06 22:47:49 -0700 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2015-10-07 22:01:00 -0700 |
commit | 35cdded7449075e6f34d71b3688671d11133cdac (patch) | |
tree | bf44a4fc309beabc8620b5197ae6987a7e185177 /CONTRIBUTING.md | |
parent | a18dd7b7882ca955075ad977a5e7838c792bb76f (diff) | |
download | node-new-35cdded7449075e6f34d71b3688671d11133cdac.tar.gz |
doc: add help repo link to CONTRIBUTING.md
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 <evanlucas@me.com>
Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9fe41d807a..3b3bf08b53 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) |