diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..7bb75e80 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,49 @@ +--- +name: Bug Report +about: Please do not use bug reports for support issues. +title: '' +labels: 'status:awaiting-triage' +assignees: '' + +--- + + + +**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). + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..fc8a2f92 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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