]> 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 535d02a9bfd078c072b359c6e0c57fe76e26760a..3885cc84148f059361d2fd84b086ed4641644af7 100644 (file)
@@ -1,10 +1,17 @@
 | Q             | A
 | ------------- | ---
-| Bug fix?      | yes|no
-| New feature?  | yes|no
-| BC breaks?    | yes|no
-| Deprecations? | yes|no
-| Tests pass?   | 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
-| Doc PR        | reference to the documentation PR, if any
+
+<!--
+- 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.
+-->