summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-05-20 16:38:23 +0200
committerMax Kellermann <max@musicpd.org>2019-05-20 16:44:02 +0200
commit45a091c00c236d8bf9d01d0bfe153a040389153f (patch)
tree167a61bf780377eebe0d3ba8686e3eb5713baacf /.github
parent219546cb8153bfccbc6284e7d54ed70795fb9ec8 (diff)
.github: add issue templates
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md22
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md6
-rw-r--r--.github/ISSUE_TEMPLATE/question.md9
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