Update Issue templates

This commit is contained in:
badaix 2020-10-13 20:54:08 +02:00
parent ede2c0b034
commit fd61d3c766
3 changed files with 28 additions and 17 deletions

View file

@ -1,6 +1,6 @@
---
name: Bug report
about: 'Report a bug '
about: 'Report a bug'
title: ''
labels: bug
assignees: ''
@ -8,16 +8,21 @@ assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**Steps to Reproduce**
1.
2.
3.
**Used snapcast version**
**Environment details**
- OS: [e.g. Raspbian, debian, Windows]
- Snapcast version [e.g. 0.21.0]
- Installed from a package, self compiled, ...
**Attach logfile if applicable**
Generate logs with `snapclient --logfilter debug` or `snapserver --logging.filter debug` if possible and paste them in the following codeblock
```
```log
# Replace this with your logs
```

View file

@ -1,14 +0,0 @@
---
name: Feature request
about: Suggest an idea or enhancement for snapcast
title: ''
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
**Describe the solution you'd like**
**Optional: Describe alternatives you've considered**

View file

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea or enhancement for snapcast
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.