Issue templates

This commit is contained in:
Spacehuhn
2020-06-16 23:43:24 +02:00
parent f81ec429b5
commit 717bf034b8
4 changed files with 111 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
---
name: 1. Error report
about: I encountered a problem and need help to solve it
title: ""
labels: help wanted
assignees: ''
---
> Have you searched for existing (open and closed) issues describing the same problem?
Yes/No
**Describe the error**
A clear and concise description of what the problem is.
What do you think causes it?
```
Error Log / Output
```
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Environment (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 1.0]
- Hardware [e.g. DSTIKE, DIY]
**Attempts**
What have you already tried and didn't work out.
**Additional context**
Provide as much information as possible, better too much than too little!
If you don't use this template, your issue might be closed and tagged invalid!

10
.github/ISSUE_TEMPLATE/2--question.md vendored Normal file
View File

@@ -0,0 +1,10 @@
---
name: 2. Question
about: I have a question about this project
title: ""
labels: question
assignees: ''
---
> Please search for existing (open and closed) issues to avoid duplicates.

View File

@@ -0,0 +1,21 @@
---
name: 3. Feature request
about: I have an idea to improve this project
title: ""
labels: feature request
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
If you don't use this template, your issue might be closed and tagged invalid!

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

@@ -0,0 +1,34 @@
---
name: 4. Bug report
about: I found a reproducible bug in the code
title: ""
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Environment (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 1.0]
- Hardware [e.g. DSTIKE, DIY]
**Additional context**
Add any other context about the problem here.
If you don't use this template, your issue might be closed and tagged invalid!