mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
Update issue template, add Discord link
This commit is contained in:
parent
ee28bef80f
commit
f534444739
3 changed files with 15 additions and 6 deletions
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
name: bug_report
|
||||
about: Create a report to help us improve
|
||||
name: Bug Report
|
||||
about: Create a bug report to help us improve.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
@ -8,7 +8,7 @@ assignees: ''
|
|||
---
|
||||
|
||||
**Describe the issue**
|
||||
A clear and concise description of what the issue is.
|
||||
A clear and concise description the issue.
|
||||
|
||||
**Code snipppets**
|
||||
Add code snippet to help explain your problem.
|
||||
|
@ -19,9 +19,9 @@ 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.19.3.2852]
|
||||
- Python Version [e.g. 2.7.15, 3.6]
|
||||
- PlexAPI version [e.g. 3.6.0]
|
||||
- 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.
|
||||
|
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Discord
|
||||
url: https://discord.gg/GtAnnZAkuw
|
||||
about: Please use Discord to ask for support.
|
|
@ -36,6 +36,10 @@ Documentation_ can be found at Read the Docs.
|
|||
|
||||
.. _Documentation: http://python-plexapi.readthedocs.io/en/latest/
|
||||
|
||||
Join our Discord_ for support and discussion.
|
||||
|
||||
.. _Discord: https://discord.gg/GtAnnZAkuw
|
||||
|
||||
|
||||
Getting a PlexServer Instance
|
||||
-----------------------------
|
||||
|
|
Loading…
Reference in a new issue