File tree Expand file tree Collapse file tree 2 files changed +66
-32
lines changed
Expand file tree Collapse file tree 2 files changed +66
-32
lines changed Original file line number Diff line number Diff line change 1+ name : Bug Report
2+ description : Create a bug report to help us improve.
3+ body :
4+ - type : markdown
5+ attributes :
6+ value : >
7+ **THIS IS NOT THE PLACE TO ASK FOR SUPPORT!**
8+ Please use [Discord](https://discord.gg/GtAnnZAkuw) for support issues.
9+ - type : textarea
10+ id : description
11+ attributes :
12+ label : Describe the Bug
13+ description : A clear and concise description of the bug.
14+ validations :
15+ required : true
16+ - type : textarea
17+ id : code
18+ attributes :
19+ label : Code Snippets
20+ description : >
21+ Add a code snippet that can be used to reproduce the bug.
22+ This will be automatically formatted into code, so no need for backticks.
23+ render : python
24+ - type : textarea
25+ id : expected
26+ attributes :
27+ label : Expected Behavior
28+ description : A clear and concise description of what you expected to happen.
29+ - type : textarea
30+ id : additional
31+ attributes :
32+ label : Additional Context
33+ description : Add any other context about the bug here.
34+ - type : input
35+ id : os
36+ attributes :
37+ label : Operating System and Version
38+ placeholder : eg. Windows 10, macOS 10.15, Ubuntu 20.04, etc.
39+ validations :
40+ required : true
41+ - type : input
42+ id : plex
43+ attributes :
44+ label : Plex Media Server Version
45+ description : Check Plex Server > Settings (not Plex Web) > General.
46+ placeholder : eg. 1.24.4.5081
47+ validations :
48+ required : true
49+ - type : input
50+ id : python
51+ attributes :
52+ label : Python Version
53+ placeholder : eg. 3.7.10
54+ validations :
55+ required : true
56+ - type : input
57+ id : plexapi
58+ attributes :
59+ label : PlexAPI Version
60+ placeholder : eg. 4.7.2
61+ validations :
62+ required : true
63+ - type : markdown
64+ attributes :
65+ value : |
66+ Make sure to close your issue when it's solved! If you found the solution yourself please comment so that others benefit from it.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments