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 + + +