Make guidance in PR template comments, this way we don't get so people just leaving it there.

This commit is contained in:
Erwin de Haan 2019-01-27 16:14:54 +01:00 committed by Bond-009
parent ee89236fe8
commit cc598a86f1

View File

@ -1,9 +1,11 @@
<!--
Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). 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. 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** **Changes**
Describe your changes here in 1-5 sentences. <!-- Describe your changes here in 1-5 sentences. -->
**Issues** **Issues**
Tag any issues that this PR solves here. <!-- Tag any issues that this PR solves here.
Fixes # ex. Fixes # -->