diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md new file mode 100644 index 0000000000..6a4909675b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -0,0 +1,36 @@ +--- +name: Bug Report +about: You have noticed a general issue or regression, and would like to report it +title: '' +labels: bug +assignees: '' +--- + +**Describe The Bug** + + +**Steps To Reproduce** + +1. Enable '...' +2. Play file '....' +3. Check logs '....' + +**Expected Behavior** + + +**System (please complete the following information):** + +- **Platform:** [e.g. Linux, Windows] +- **Operating System:** [e.g. Ubuntu 20.04, Debian 11] +- **Jellyfin Version:** [e.g. 10.7.7] +- **Jellyfin-FFmpeg Version:** [e.g. 4.4.1-2] +- **Hardware Acceleration:** [e.g. QSV, Nvidia, VAAPI, AMD AMF] + +**MediaInfo** + + +**FFmpeg Logs** + + +**Additional Context** + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2-technical-discussion.md b/.github/ISSUE_TEMPLATE/2-technical-discussion.md new file mode 100644 index 0000000000..0d817ff71e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-technical-discussion.md @@ -0,0 +1,15 @@ +--- +name: Technical Discussion +about: You want to discuss technical aspects of changes you intend to make +title: '' +labels: enhancement +assignees: '' +--- + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/3-meta-issue.md b/.github/ISSUE_TEMPLATE/3-meta-issue.md new file mode 100644 index 0000000000..12ed5fba9d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-meta-issue.md @@ -0,0 +1,11 @@ +--- +name: Meta Issue +about: You want to track a number of other issues as part of a larger project +title: '' +labels: meta +assignees: '' +--- + +* [ ] Issue 1 [#123] +* [ ] Issue 2 [#456] +* [ ] ... \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..418eb6fc10 --- /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. \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..94ba3a58b8 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ + + +**Changes** + + +**Issues** + \ No newline at end of file