.github: add issue templates
This commit is contained in:
parent
219546cb81
commit
45a091c00c
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a bug report
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- See https://www.musicpd.org/help/ -->
|
||||||
|
## Bug report
|
||||||
|
### Describe the bug
|
||||||
|
|
||||||
|
|
||||||
|
## Expected Behavior
|
||||||
|
|
||||||
|
|
||||||
|
## Actual Behavior
|
||||||
|
|
||||||
|
|
||||||
|
## Version
|
||||||
|
<!-- Paste the output of "mpd --version" here -->
|
||||||
|
|
||||||
|
|
||||||
|
## Log
|
||||||
|
<!-- Paste relevant portions of the log file here (--verbose) -->
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Create a feature request
|
||||||
|
---
|
||||||
|
|
||||||
|
## Feature request
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
name: Question
|
||||||
|
about: Ask a question about MPD
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Before you ask a question on GitHub, please read MPD's
|
||||||
|
documentation. A copy is available at
|
||||||
|
https://www.musicpd.org/doc/html/ -->
|
||||||
|
## Question
|
Loading…
Reference in New Issue