Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub issue and PR templates #102

Merged
merged 1 commit into from
Mar 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.md
Original file line number Diff line number Diff line change
@@ -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**
<!-- A clear and concise description of what the bug is. -->

**Steps To Reproduce**
<!-- Steps to reproduce the behavior: -->
1. Enable '...'
2. Play file '....'
3. Check logs '....'

**Expected Behavior**
<!-- A clear and concise description of what you expected to happen. -->

**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**
<!-- Paste the Media Info of the file. Please use code blocks. -->

**FFmpeg Logs**
<!-- Paste any log errors. Please use code blocks. -->

**Additional Context**
<!-- Add any other context about the problem here. -->
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/2-technical-discussion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Technical Discussion
about: You want to discuss technical aspects of changes you intend to make
title: ''
labels: enhancement
assignees: ''
---

<!-- Explain the change and the motivations behind it.

For example, if you plan to rely on a new dependency, explain why and what
it brings to the project.

If you plan to make significant changes, go roughly over the steps you intend
to take and how you would divide the change in PRs of a manageable size. -->
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/3-meta-issue.md
Original file line number Diff line number Diff line change
@@ -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]
* [ ] ...
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.
11 changes: 11 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!--
Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y).
For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our https://docs.jellyfin.org/general/contributing/issues.html page.
-->

**Changes**
<!-- Describe your changes here in 1-5 sentences. -->

**Issues**
<!-- Tag any issues that this PR solves here.
ex. Fixes # -->