From 3ce92755eb099c80f03a5f3a46dadf66fddd16b2 Mon Sep 17 00:00:00 2001 From: Tobias Nießen Date: Thu, 9 Aug 2018 16:59:55 +0200 Subject: doc: add multiple issue templates for GitHub Fixes: https://github.com/nodejs/node/issues/21812 PR-URL: https://github.com/nodejs/node/pull/22215 Reviewed-By: Rich Trott Reviewed-By: Gus Caplan Reviewed-By: Ruben Bridgewater Reviewed-By: George Adams Reviewed-By: Trivikram Kamat Reviewed-By: James M Snell --- .github/ISSUE_TEMPLATE/3-help.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/3-help.md (limited to '.github/ISSUE_TEMPLATE/3-help.md') diff --git a/.github/ISSUE_TEMPLATE/3-help.md b/.github/ISSUE_TEMPLATE/3-help.md new file mode 100644 index 0000000000..f1a1acdfc7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-help.md @@ -0,0 +1,10 @@ +--- +name: "⁉️ Need help with Node.js?" +about: Please file an issue in our help repo. + +--- + +If you have a question about Node.js that is not a bug report or feature +request, please post it in https://github.com/nodejs/help! + +Questions posted to this repository will be closed. -- cgit v1.2.3