浏览代码

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

Erwin de Haan 6 年之前
父节点
当前提交
cc598a86f1
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      .github/pull_request_template.md

+ 5 - 3
.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 # -->