.github: add issue templates

This commit is contained in:
Max Kellermann 2019-05-20 16:38:23 +02:00
parent 219546cb81
commit 45a091c00c
3 changed files with 37 additions and 0 deletions

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

@ -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) -->

View File

@ -0,0 +1,6 @@
---
name: Feature request
about: Create a feature request
---
## Feature request

9
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@ -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