mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-11 00:56:58 -07:00
Add issues template
[skip ci]
This commit is contained in:
parent
d297e77d31
commit
b481d6d119
2 changed files with 60 additions and 0 deletions
.github/ISSUE_TEMPLATE
49
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
49
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,49 @@
|
|||
---
|
||||
name: Bug Report
|
||||
about: Please do not use bug reports for support issues.
|
||||
title: ''
|
||||
labels: 'status:awaiting-triage'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!---
|
||||
THIS IS NOT THE PLACE TO ASK FOR SUPPORT! Please use [Discord](https://tautulli.com/discord) for support issues.
|
||||
DO NOT ERASE THE TEMPLATE! Please complete the entire template.
|
||||
--->
|
||||
|
||||
**Describe the Bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Steps to Reproduce**
|
||||
1. Go to '...'
|
||||
2. Click on '...'
|
||||
3. Scroll down to '...'
|
||||
4. See error
|
||||
|
||||
**Expected Behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
Provide screenshots to help explain your problem.
|
||||
|
||||
**Relevant Settings**
|
||||
- eg. Plex Media Server IP address/port/checkboxes/proxy/etc.
|
||||
- eg. Notification agent configuration/triggers/conditions/text/delay/grouping/etc.
|
||||
- eg. Newsletter agent configuration/checkboxes/template/etc.
|
||||
- Other settings
|
||||
|
||||
**Tautulli and System Info (see Tautulli settings page)**
|
||||
- Version: [eg. v2.6.6]
|
||||
- Git Branch: [eg. master]
|
||||
- Git Commit Hash: [eg. 2cc5bf812fe05e0666aeaeb37ed550c59816fb4c]
|
||||
- Platform and Version: [eg. Windows 10]
|
||||
- Python Version: [e.g. 3.8.8]
|
||||
- Browser and Version: [e.g. Chrome 88]
|
||||
|
||||
**Link to logs (required)**
|
||||
Include a link to your **FULL** logs (not just a few lines) on [Gist](http://gist.github.com).
|
||||
|
||||
<!--
|
||||
Close your issue when it's solved! If you found the solution yourself please comment so that others benefit from it.
|
||||
-->
|
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Tautulli Wiki
|
||||
url: https://github.com/Tautulli/Tautulli/wiki
|
||||
about: Please check the wiki to see if your question has already been answered.
|
||||
- name: Discord
|
||||
url: https://tautulli.com/discord
|
||||
about: Please use Discord to ask for support.
|
||||
- name: FeatHub
|
||||
url: https://feathub.com/Tautulli/Tautulli
|
||||
about: Please use FeatHub for feature requests
|
Loading…
Add table
Add a link
Reference in a new issue