diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-27 16:14:54 +0100 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2019-01-27 17:24:02 +0100 |
| commit | cc598a86f1025ac98e8c6dc5792a3292233e462d (patch) | |
| tree | b8eaf157bec2bb884fabf99912afe4d7c6cae257 | |
| parent | ee89236fe8e8fbb94969e228df98b9fc6f3ecd77 (diff) | |
Make guidance in PR template comments, this way we don't get so people just leaving it there.
| -rw-r--r-- | .github/pull_request_template.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b2b3cf241..967be0fb7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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). 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. +<!-- Describe your changes here in 1-5 sentences. --> **Issues** -Tag any issues that this PR solves here. -Fixes # +<!-- Tag any issues that this PR solves here. +ex. Fixes # --> |
