Revert "Update default issue template."

This reverts commit a9ce84acd5.
This commit is contained in:
Buster "Silver Eagle" Neece 2021-07-19 13:25:41 -05:00
parent a9ce84acd5
commit 17debcfe61
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
2 changed files with 48 additions and 55 deletions

48
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,48 @@
<!--
Notes:
- This template is only to be used for bug/error reports. For feature requests, visit https://features.azuracast.com/
- Please be kind and patient in your interactions with us. We are a small team of volunteers working solely on donations. Thank you in advance.
- Ansible installation methods are not officially supported and support may not be provided outside of the rare circumstances.
- Always check your logs before submitting!
- Make sure your issue isn't already answered here: https://docs.azuracast.com/en/user-guide/troubleshooting
-->
**Using Docker installation method?**
<!-- Yes / No -->
**AzuraCast version:**
<!-- (i.e. v0.10.1 for Stable Releases or 2021-02-07 #abcdefg for Rolling Releases -->
**Host Operating System:**
<!-- (i.e. Ubuntu 16.04, MacOS High Sierra, Windows 10) -->
**Describe the bug:**
<!-- A clear and concise description of what the bug is. -->
**Steps to reproduce:**
<!--
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-->
**Expected behavior:**
<!-- A clear and concise description of what you expected to happen. -->
**Relevant logs:**
<!-- Paste in any error messages or abnormal entries you see in your logs (see above). -->
**Screenshots:**
<!-- If applicable, add screenshots to help explain your problem. -->
**Device(s):**
- Device: <!-- [e.g. Desktop, iPhone6] -->
- OS: <!-- [e.g. iOS] -->
- Browser: <!-- [e.g. chrome, safari] -->
- Version: <!-- [e.g. 22] -->
**Additional context:**
<!-- Add any other context about the problem here. -->

View File

@ -1,55 +0,0 @@
name : "Bug Report"
description : "Report an error you're encountering with your AzuraCast installation."
title : "[Bug]: "
labels : [ possible bug ]
body :
- type : markdown
attributes :
value : |
Notes :
- This template is only to be used for bug/error reports. For feature requests, visit https://features.azuracast.com/
- Please be kind and patient in your interactions with us. We are a small team of volunteers working solely on donations. Thank you in advance.
- Ansible installation methods are not officially supported and support may not be provided outside of the rare circumstances.
- Always check your logs before submitting!
- Make sure your issue isn't already answered here : https://docs.azuracast.com/en/user-guide/troubleshooting
- type : dropdown
id : installation_method
attributes :
label : "Installation Method"
description : "How did you install AzuraCast?"
options :
- Docker Installation
- Ansible Installation
- One-Click Installation (Docker)
validations :
required : true
- type : dropdown
id : release_channel
attributes :
label : "AzuraCast Release Channel"
description : "What release channel are you using?"
options :
- Rolling Release Channel
- Stable Channel
validations :
required : true
- type : input
id : current_version
attributes :
label : "Current AzuraCast Version"
description : "What version of AzuraCast are you currently running? You can find this in the footer of most pages."
placeholder : "0.12.3 or Rolling Release #abcdefg (2020-01-01)"
- type : textarea
id : what-happened
attributes :
label : What happened?
description : Let us know the full details of the bug, along with what behavior was expected.
placeholder : Tell us what you see!
validations :
required : true
- type : textarea
id : logs
attributes :
label : Relevant log output
description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render : shell