Create issue templates

This commit is contained in:
Poolitzer 2021-10-27 10:36:20 +02:00 committed by GitHub
parent e7f01ca55a
commit 2fd9553667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 37 additions and 0 deletions

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

@ -0,0 +1,13 @@
---
name: Bug Report
about: Oh no, it's a bug. Let's squash it!
title: ''
labels: type/bug, untriaged
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**How to Reproduce**
If applicable, a minimal code example in order to replicate the bug.

View File

@ -0,0 +1,11 @@
---
name: Documentation improvement
about: You have a suggestion for the documentation?
title: ''
labels: type/docs, untriaged
assignees: ''
---
**What you want to see changed**
Write here what you think is missing.

View File

@ -0,0 +1,13 @@
---
name: Feature Request
about: Have a suggestion?
title: ''
labels: untriaged
assignees: ''
---
**The shortcoming you see**
A short description of what the underlying issue is.
**The improvement**
How you think this shortcoming can be fixed.