mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Create issue templates
This commit is contained in:
parent
1810a97f20
commit
e9d2b17938
16
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal 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. -->
|
13
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal 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
13
.github/ISSUE_TEMPLATE/question.md
vendored
Normal 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.-->
|
Loading…
x
Reference in New Issue
Block a user