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/1-bug-report.md | 24 ++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/2-feature-request.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/3-help.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/4-nodejs-org.md | 11 +++++++++++ 4 files changed, 65 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1-bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/2-feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/3-help.md create mode 100644 .github/ISSUE_TEMPLATE/4-nodejs-org.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md new file mode 100644 index 0000000000..69b9bf6325 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -0,0 +1,24 @@ +--- +name: "\U0001F41B Bug report" +about: Create a report to help us improve + +--- + + + +* **Version**: +* **Platform**: +* **Subsystem**: + + diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.md b/.github/ISSUE_TEMPLATE/2-feature-request.md new file mode 100644 index 0000000000..0d40bfdd11 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-feature-request.md @@ -0,0 +1,20 @@ +--- +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/.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. diff --git a/.github/ISSUE_TEMPLATE/4-nodejs-org.md b/.github/ISSUE_TEMPLATE/4-nodejs-org.md new file mode 100644 index 0000000000..917e560a50 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4-nodejs-org.md @@ -0,0 +1,11 @@ +--- +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. -- cgit v1.2.3