diff options
author | Max Kellermann <max@musicpd.org> | 2019-05-20 16:38:23 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-05-20 16:44:02 +0200 |
commit | 45a091c00c236d8bf9d01d0bfe153a040389153f (patch) | |
tree | 167a61bf780377eebe0d3ba8686e3eb5713baacf /.github | |
parent | 219546cb8153bfccbc6284e7d54ed70795fb9ec8 (diff) |
.github: add issue templates
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 22 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 6 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/question.md | 9 |
3 files changed, 37 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..b8af47cad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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) --> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..4689c49c8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,6 @@ +--- +name: Feature request +about: Create a feature request +--- + +## Feature request diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..f476047ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -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 |