diff options
| -rw-r--r-- | .github/CODEOWNERS | 4 | ||||
| -rw-r--r-- | .github/pull_request_template.md | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..7185aa732 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# Jellyfin CODEOWNERS file (`master` branch) + +# Require org owner approvals for all files, when merging to master +* @joshuaboniface @nvllsvm diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..b2b3cf241 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +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://jellyfin.readthedocs.io/en/latest/developer-docs/contributing/ page. + +**Changes** +Describe your changes here in 1-5 sentences. + +**Issues** +Tag any issues that this PR solves here. +Fixes # |
