From 3436f10d10e0c74ffcbe037f87ae38b63a1c709b Mon Sep 17 00:00:00 2001 From: MagicalCodeMonkey Date: Sat, 11 Apr 2020 10:31:30 -0400 Subject: [PATCH 1/3] Bug/issue report template --- .github/ISSUE_TEMPLATE/bug_report.md | 52 ++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..3c1119b2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,52 @@ +If you haven't already, be sure to check the **How-to Report an Issue page** before reporting an issue: https://docs.synclounge.tv/how-tos/report_an_issue/ + +Please complete the following when reporting a bug/an issue. + +### Web App +You can remove this section if your issue isn't related to the Web App + +**System Details** + +- Operating System: +- Web Browser name and version: + +**Plex Media Server details** + +- Version: +- Operating System (Windows/Linux/Mac): +- Running in Docker? (Yes/No): +- Location (Local/Remote): +- Remote Access Enabled (Yes/No)?: + +**Plex Client details** + +- Name: +- Version: +- Network connection (Wired/Wifi): +- Platform: + +### Self-Hosting +You can remove this section if your issue isn't related to Self-Hosting + +**System Details** + +- Operating System: + +**SyncLounge Details** + +- Running in Docker? (Yes/No): +- Using a Reverse Proxy (Yes/No): + If Yes, which Reverse Proxy (Nginx, Apache, Caddy, etc.): + +### Issue information + +**To Reproduce** +Steps to reproduce the behavior: + +- Go to '...' +- Click on '....' +- Scroll down to '....' +- See error + +**Describe your bug/issue** +Please describe the bug/your issue below. If applicable, add screenshots to help explain your problem. From 6baaeb9d7a724d9c89deff174fd776cd896fb35f Mon Sep 17 00:00:00 2001 From: MagicalCodeMonkey Date: Sat, 11 Apr 2020 10:32:03 -0400 Subject: [PATCH 2/3] Feature request template --- .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..066b2d92 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 910e39dc1aacba1bab4f78d3a5b935262df58385 Mon Sep 17 00:00:00 2001 From: MagicalCodeMonkey Date: Sat, 11 Apr 2020 10:33:25 -0400 Subject: [PATCH 3/3] Put in metadata for GitHub --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3c1119b2..4456a0e7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,9 @@ +--- +name: Bug/Issue report +about: Create a report to help us improve + +--- + If you haven't already, be sure to check the **How-to Report an Issue page** before reporting an issue: https://docs.synclounge.tv/how-tos/report_an_issue/ Please complete the following when reporting a bug/an issue.