From 5a9ae3e3058a5af113456a54faa06a1681569fb1 Mon Sep 17 00:00:00 2001 From: Cameron Clark Date: Tue, 9 Feb 2021 09:44:11 +0000 Subject: [PATCH] docs(bug reporting): add bug template, and config for bug reports --- .github/ISSUE_TEMPLATE/1-bug-report.md | 40 ++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++++ 2 files changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1-bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md new file mode 100644 index 00000000..2772231e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -0,0 +1,40 @@ +--- +name: Bug Report +about: You have noticed a general issue or regression, and would like to report it +labels: bug +--- + +**Describe The Bug** + + + +**Steps To Reproduce** + + + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected Behavior** + + + +**Logs** + + + +**Screenshots** + + + +**System (please complete the following information):** + +- Platform: [e.g. Linux, Windows, iPhone, Tizen] +- Browser: [e.g. Firefox, Chrome, Safari] +- Jellyfin Version: [e.g. 10.6.0] + +**Additional Context** + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..2ed06fae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Feature Request + url: https://features.jellyfin.org/ + about: Please head over to our feature request hub to vote on or submit a feature. + - name: Help Or Question + url: https://matrix.to/#/#jellyfin-troubleshooting:matrix.org + about: Please join the troubleshooting Matrix channel to get some help.