From e9d2b17938ade8c5d23fa80d7fe0fd362a0e5f8a Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Mon, 18 Oct 2021 15:54:11 +0200 Subject: [PATCH] chore: Create issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/question.md | 13 +++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..34415882a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,16 @@ +--- +name: "\U0001F41B Bug report" +about: If something is not working as expected or crashes +title: '' +labels: '' +assignees: '' + +--- + +#### Environment +- Server version: *Output of `community-solid-server --version` for a global or `npx community-solid-server --version` for a local installation* +- Node.js version: *Output of `node -v`* +- npm version: *Output of `npm -v`* + +#### Description + diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..fca4c3fec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,13 @@ +--- +name: "➕ Feature request" +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +#### Feature description: + + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..7add40a8a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,13 @@ +--- +name: "❓ Question" +about: A general question +title: '' +labels: '' +assignees: '' + +--- + +#### Question + + +