From b7d3e1d67d09168e3565d5a9fde2473c7e3928d9 Mon Sep 17 00:00:00 2001 From: Peter Marheine Date: Mon, 9 Oct 2017 16:12:54 +1100 Subject: [PATCH] Write a real issue template. --- ISSUE_TEMPLATE.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) mode change 120000 => 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 120000 index eada936c..00000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1 +0,0 @@ -CONTRIBUTING.md \ No newline at end of file diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..403ebdf0 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,33 @@ + + +## Problem description + +*Describe your problem here. Describe what you want to happen, and what happens +if you try to do it.* + +### Steps to reproduce + +*Describe how somebody else could observe the same behavior you do. If possible, +include relevant configuration or files that cause the problem. If sharing media +files, ensure you are legally permitted to share copies!* + +1. *Frobnicate the Quux widget* +2. *Enable the turbo encabulator* +3. *Wait between 5 and 30 minutes for it to crash* + +## System information + + * **Airsonic version**: *the version listed on the About page* + * **Operating system**: *the operating system you're running Airsonic on. + Linux, what distribution; Windows or Mac, what version?* + * **Proxy server**: *if running Airsonic behind a proxy, what server and + version? Otherwise,* None + * **Client**: *what browser and version you use to access the Airsonic web + interface, or the name and version of another app you're using.* + +## Additional notes + +*Include any extra notes here. Otherwise you may remove this section.*