summaryrefslogtreecommitdiff
path: root/deps/node/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/.github/ISSUE_TEMPLATE')
-rw-r--r--deps/node/.github/ISSUE_TEMPLATE/1-bug-report.md24
-rw-r--r--deps/node/.github/ISSUE_TEMPLATE/2-feature-request.md20
-rw-r--r--deps/node/.github/ISSUE_TEMPLATE/3-help.md10
-rw-r--r--deps/node/.github/ISSUE_TEMPLATE/4-nodejs-org.md11
4 files changed, 0 insertions, 65 deletions
diff --git a/deps/node/.github/ISSUE_TEMPLATE/1-bug-report.md b/deps/node/.github/ISSUE_TEMPLATE/1-bug-report.md
deleted file mode 100644
index 69b9bf63..00000000
--- a/deps/node/.github/ISSUE_TEMPLATE/1-bug-report.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-name: "\U0001F41B Bug report"
-about: Create a report to help us improve
-
----
-
-<!--
-Thank you for reporting a possible bug in Node.js.
-
-Please fill in as much of the template below as you can.
-
-Version: output of `node -v`
-Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
-Subsystem: if known, please specify the affected core module name
-
-If possible, please provide code that demonstrates the problem, keeping it as
-simple and free of external dependencies as you can.
--->
-
-* **Version**:
-* **Platform**:
-* **Subsystem**:
-
-<!-- Please provide more details below this comment. -->
diff --git a/deps/node/.github/ISSUE_TEMPLATE/2-feature-request.md b/deps/node/.github/ISSUE_TEMPLATE/2-feature-request.md
deleted file mode 100644
index 0d40bfdd..00000000
--- a/deps/node/.github/ISSUE_TEMPLATE/2-feature-request.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-name: "\U0001F680 Feature request"
-about: Suggest an idea for this project
-
----
-
-<!--
-Thank you for suggesting an idea to make Node.js better.
-
-Please fill in as much of the template below as you're able.
--->
-
-**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/deps/node/.github/ISSUE_TEMPLATE/3-help.md b/deps/node/.github/ISSUE_TEMPLATE/3-help.md
deleted file mode 100644
index f1a1acdf..00000000
--- a/deps/node/.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/deps/node/.github/ISSUE_TEMPLATE/4-nodejs-org.md b/deps/node/.github/ISSUE_TEMPLATE/4-nodejs-org.md
deleted file mode 100644
index 917e560a..00000000
--- a/deps/node/.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.