chore: Create issue templates

This commit is contained in:
Joachim Van Herwegen 2021-10-18 15:54:11 +02:00
parent 1810a97f20
commit e9d2b17938
3 changed files with 42 additions and 0 deletions

16
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -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
<!-- Please describe the exact problem as clearly as possible. Provide any error messages thrown. -->

View File

@ -0,0 +1,13 @@
---
name: " Feature request"
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
#### Feature description:
<!--In case you want to start a discussion about an idea, discussions are better suited for this https://github.com/solid/community-server/discussions -->
<!--A clear and concise description of what you want to happen.-->

13
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@ -0,0 +1,13 @@
---
name: "❓ Question"
about: A general question
title: ''
labels: ''
assignees: ''
---
#### Question
<!-- Questions are usually better suited for discussions, which can be found at https://github.com/solid/community-server/discussions -->
<!-- In case you think this would better as an issue, please provide a clear and concisely formulated question.-->