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