]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .github/PULL_REQUEST_TEMPLATE.md
Fix documentation wording for matches/notmatches tagging rules
[github/wallabag/wallabag.git] / .github / PULL_REQUEST_TEMPLATE.md
index b761f8f2281c130515ef91e9a45d219c308d7a1a..3885cc84148f059361d2fd84b086ed4641644af7 100644 (file)
@@ -1,11 +1,17 @@
 | 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
+| Fixed tickets | #...
 | License       | MIT
+
+<!--
+- 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.
+-->