From e7f6119c3c4f802b4472e63aaa0408372c50f67f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 30 Oct 2019 09:17:40 +0100 Subject: [PATCH 1/2] meta: use contact_links instead of issue templates To redirect people to the help and website repos. --- .github/ISSUE_TEMPLATE/3-help.md | 10 ---------- .github/ISSUE_TEMPLATE/4-nodejs-org.md | 11 ----------- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 3 files changed, 8 insertions(+), 21 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/3-help.md delete mode 100644 .github/ISSUE_TEMPLATE/4-nodejs-org.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/3-help.md b/.github/ISSUE_TEMPLATE/3-help.md deleted file mode 100644 index f1a1acdfc70ba0..00000000000000 --- a/.github/ISSUE_TEMPLATE/3-help.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -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. diff --git a/.github/ISSUE_TEMPLATE/4-nodejs-org.md b/.github/ISSUE_TEMPLATE/4-nodejs-org.md deleted file mode 100644 index 917e560a50c08e..00000000000000 --- a/.github/ISSUE_TEMPLATE/4-nodejs-org.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: "\U0001F310 Found a problem with nodejs.org?" -about: Please file an issue in the Node.js website repo. - ---- - -If you have a question, suggestion or issue regarding our website, -please post it in https://github.com/nodejs/nodejs.org! - -Issues with the Node.js API documentation should be posted here. All other -issues regarding the website will be closed. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000000..a23a72634ab8ad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: โ‰๏ธ Need help with Node.js? + url: https://github.com/nodejs/help + about: Please file an issue in our help repo. + - name: ๐ŸŒ Found a problem with nodejs.org? + url: https://github.com/nodejs/nodejs.org + about: Please file an issue in the Node.js website repo. From 1db9995b5843f03f974d2d3a7c81fbc69f821f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 30 Oct 2019 15:28:37 +0100 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/config.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Tobias NieรŸen --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a23a72634ab8ad..d319d377249b8b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,5 +4,5 @@ contact_links: url: https://github.com/nodejs/help about: Please file an issue in our help repo. - name: ๐ŸŒ Found a problem with nodejs.org? - url: https://github.com/nodejs/nodejs.org + url: https://github.com/nodejs/nodejs.org/issues/new/choose about: Please file an issue in the Node.js website repo.