mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
Update Issue templates
This commit is contained in:
parent
ede2c0b034
commit
fd61d3c766
3 changed files with 28 additions and 17 deletions
11
.github/ISSUE_TEMPLATE/bug_report.md
vendored
11
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -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
|
||||
```
|
||||
|
|
14
.github/ISSUE_TEMPLATE/feature-request.md
vendored
14
.github/ISSUE_TEMPLATE/feature-request.md
vendored
|
@ -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**
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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.
|
Loading…
Add table
Reference in a new issue