Update bug report template to issues form (#839)

This commit is contained in:
JonnyWong16 2021-10-10 11:23:24 -07:00 committed by GitHub
parent 09730b5dc2
commit d036c404ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 66 additions and 32 deletions

66
.github/ISSUE_TEMPLATE/BUG_REPORT.yml vendored Normal file
View 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.

View file

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