Merge pull request #183 from MagicalCodeMonkey/issue-templates
Issue templates
This commit is contained in:
commit
29131880d9
|
@ -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.
|
|
@ -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.
|
Loading…
Reference in New Issue