Merge pull request #183 from MagicalCodeMonkey/issue-templates

Issue templates
This commit is contained in:
Sam 2020-04-12 11:48:15 +10:00 committed by GitHub
commit 29131880d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 75 additions and 0 deletions

58
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,58 @@
---
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.
### 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.

View File

@ -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.