From 8149ba1cc7c95b817326c2971ad1918906aa6fb2 Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Mon, 22 Jul 2019 10:46:00 +1000 Subject: [PATCH] Delete 1-bug-report.md (#14) * Delete 1-bug-report.md * Delete 2-feature-request.md * Delete 3-help.md * Delete 4-nodejs-org.md --- .../ISSUE_TEMPLATE/1-bug-report.md | 24 ------------------- .../ISSUE_TEMPLATE/2-feature-request.md | 20 ---------------- .../ISSUE_TEMPLATE/ISSUE_TEMPLATE/3-help.md | 10 -------- .../ISSUE_TEMPLATE/4-nodejs-org.md | 11 --------- 4 files changed, 65 deletions(-) delete mode 100644 system/ISSUE_TEMPLATE/ISSUE_TEMPLATE/1-bug-report.md delete mode 100644 system/ISSUE_TEMPLATE/ISSUE_TEMPLATE/2-feature-request.md delete mode 100644 system/ISSUE_TEMPLATE/ISSUE_TEMPLATE/3-help.md delete mode 100644 system/ISSUE_TEMPLATE/ISSUE_TEMPLATE/4-nodejs-org.md diff --git a/system/ISSUE_TEMPLATE/ISSUE_TEMPLATE/1-bug-report.md b/system/ISSUE_TEMPLATE/ISSUE_TEMPLATE/1-bug-report.md deleted file mode 100644 index 69b9bf6..0000000 --- a/system/ISSUE_TEMPLATE/ISSUE_TEMPLATE/1-bug-report.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: "\U0001F41B Bug report" -about: Create a report to help us improve - ---- - - - -* **Version**: -* **Platform**: -* **Subsystem**: - - diff --git a/system/ISSUE_TEMPLATE/ISSUE_TEMPLATE/2-feature-request.md b/system/ISSUE_TEMPLATE/ISSUE_TEMPLATE/2-feature-request.md deleted file mode 100644 index 0d40bfd..0000000 --- a/system/ISSUE_TEMPLATE/ISSUE_TEMPLATE/2-feature-request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: "\U0001F680 Feature request" -about: Suggest an idea for this project - ---- - - - -**Is your feature request related to a problem? Please describe.** -Please describe the problem you are trying to solve. - -**Describe the solution you'd like** -Please describe the desired behavior. - -**Describe alternatives you've considered** -Please describe alternative solutions or features you have considered. diff --git a/system/ISSUE_TEMPLATE/ISSUE_TEMPLATE/3-help.md b/system/ISSUE_TEMPLATE/ISSUE_TEMPLATE/3-help.md deleted file mode 100644 index f1a1acd..0000000 --- a/system/ISSUE_TEMPLATE/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/system/ISSUE_TEMPLATE/ISSUE_TEMPLATE/4-nodejs-org.md b/system/ISSUE_TEMPLATE/ISSUE_TEMPLATE/4-nodejs-org.md deleted file mode 100644 index 917e560..0000000 --- a/system/ISSUE_TEMPLATE/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.