From 2f172261ecedb41c60c1a882948ad877bb37ec58 Mon Sep 17 00:00:00 2001 From: Doug Shamoo Date: Tue, 6 Oct 2015 22:47:49 -0700 Subject: [PATCH 1/3] 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. Fixes: nodejs#3185 --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9fe41d807acfe1..1e36e97af251b4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,10 @@ 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 technical issues related to using Node.js that are not issues with the +Node.js software, itself, please file an issue at the +[nodejs 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) From 3dca49f80db157d31d7daeef51b4d99f9e222d0d Mon Sep 17 00:00:00 2001 From: Doug Shamoo Date: Tue, 6 Oct 2015 23:08:57 -0700 Subject: [PATCH 2/3] 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. Update Language. Fixes: nodejs#3185 --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1e36e97af251b4..660e1d1c12bad9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,8 +6,7 @@ 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 technical issues related to using Node.js that are not issues with the -Node.js software, itself, please file an issue at the +For general help using Node.js, please file an issue at the [nodejs help repository](https://github.com/nodejs/help/issues). Discussion of non-technical topics including subjects like intellectual From fc1916f7bd90037d0e1f53b31e6cf3bfb0e583b8 Mon Sep 17 00:00:00 2001 From: Doug Shamoo Date: Wed, 7 Oct 2015 09:18:45 -0700 Subject: [PATCH 3/3] 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. Update Language. Fixes: nodejs#3185 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 660e1d1c12bad9..3b3bf08b538707 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ 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 -[nodejs help repository](https://github.com/nodejs/help/issues). +[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