diff options
| author | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2019-01-12 18:32:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-12 18:32:17 +0000 |
| commit | c44c4b2eb9b7d3adda5b69fd227bc7b6c62481d1 (patch) | |
| tree | aee26be437a1503c6f465dc3104f33deb6f73059 | |
| parent | 3f273632a0560f5f3314565b90b1f5fed46dab9f (diff) | |
| parent | 53b8aa52e11c5d993aa57a9eb9f00838d7fdd1c8 (diff) | |
Merge pull request #552 from jellyfin/request-templates
Update pull request template
| -rw-r--r-- | .github/pull_request_template.md | 9 |
1 files changed, 9 insertions, 0 deletions
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 # |
