]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .github/PULL_REQUEST_TEMPLATE.md
misc: add note on GitHub PR template to auto-close issues
[github/wallabag/wallabag.git] / .github / PULL_REQUEST_TEMPLATE.md
index b761f8f2281c130515ef91e9a45d219c308d7a1a..80d81ee38700e0a096b2b276cb7625022a8e4364 100644 (file)
@@ -1,11 +1,23 @@
 | Q             | A
 | ------------- | ---
-| Bug fix?      | yes|no
-| New feature?  | yes|no
-| BC breaks?    | yes|no
-| Deprecations? | yes|no
-| Tests pass?   | yes|no
-| Documentation | yes|no
-| Translation   | yes|no
-| Fixed tickets | comma-separated list of tickets fixed by the PR, if any
+| Bug fix?      | yes/no
+| New feature?  | yes/no
+| BC breaks?    | yes/no
+| Deprecations? | yes/no
+| Tests pass?   | yes/no
+| Documentation | yes/no
+| Translation   | yes/no
+| CHANGELOG.md  | yes/no
 | License       | MIT
+
+<!--
+Please list the issues your PR fixes using special keywords, see
+https://help.github.com/articles/closing-issues-using-keywords/
+
+Fixes #…
+-->
+
+<!--
+- Please fill in this template according to the PR you're about to submit.
+- Replace this comment by a description of what your PR is solving.
+-->