Skip to content

Commit d036c40

Browse files
authored
Update bug report template to issues form (#839)
1 parent 09730b5 commit d036c40

File tree

2 files changed

+66
-32
lines changed

2 files changed

+66
-32
lines changed
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
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.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)