mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 03:33:08 +00:00
Update bug report template to issues form (#839)
This commit is contained in:
parent
09730b5dc2
commit
d036c404ef
2 changed files with 66 additions and 32 deletions
66
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
Normal file
66
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
Normal file
|
@ -0,0 +1,66 @@
|
|||
name: Bug Report
|
||||
description: Create a bug report to help us improve.
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >
|
||||
**THIS IS NOT THE PLACE TO ASK FOR SUPPORT!**
|
||||
Please use [Discord](https://discord.gg/GtAnnZAkuw) for support issues.
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Describe the Bug
|
||||
description: A clear and concise description of the bug.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: code
|
||||
attributes:
|
||||
label: Code Snippets
|
||||
description: >
|
||||
Add a code snippet that can be used to reproduce the bug.
|
||||
This will be automatically formatted into code, so no need for backticks.
|
||||
render: python
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: Expected Behavior
|
||||
description: A clear and concise description of what you expected to happen.
|
||||
- type: textarea
|
||||
id: additional
|
||||
attributes:
|
||||
label: Additional Context
|
||||
description: Add any other context about the bug here.
|
||||
- type: input
|
||||
id: os
|
||||
attributes:
|
||||
label: Operating System and Version
|
||||
placeholder: eg. Windows 10, macOS 10.15, Ubuntu 20.04, etc.
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: plex
|
||||
attributes:
|
||||
label: Plex Media Server Version
|
||||
description: Check Plex Server > Settings (not Plex Web) > General.
|
||||
placeholder: eg. 1.24.4.5081
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: python
|
||||
attributes:
|
||||
label: Python Version
|
||||
placeholder: eg. 3.7.10
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: plexapi
|
||||
attributes:
|
||||
label: PlexAPI Version
|
||||
placeholder: eg. 4.7.2
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Make sure to close your issue when it's solved! If you found the solution yourself please comment so that others benefit from it.
|
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,32 +0,0 @@
|
|||
---
|
||||
name: Bug Report
|
||||
about: Create a bug report to help us improve.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the issue**
|
||||
|
||||
A clear and concise description the issue.
|
||||
|
||||
**Code snippets**
|
||||
|
||||
Add code snippet to help explain your problem.
|
||||
- please use markdown [Code and Syntax Highlighting](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code-and-syntax-highlighting) for code snippet
|
||||
|
||||
**Expected behavior**
|
||||
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Enviroment (please complete the following information):**
|
||||
|
||||
- OS: [e.g. Linux, Windows, Docker]
|
||||
- Plex version [eg. version 1.21.1.3830]
|
||||
- Python Version [e.g. 3.7.8]
|
||||
- PlexAPI version [e.g. 4.3.0]
|
||||
|
||||
**Additional context**
|
||||
|
||||
Add any other context about the issue here.
|
Loading…
Reference in a new issue