]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Improve PR template 2563/head
authorJeremy Benoist <j0k3r@users.noreply.github.com>
Tue, 8 Nov 2016 21:53:30 +0000 (22:53 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Nov 2016 21:53:30 +0000 (22:53 +0100)
.github/PULL_REQUEST_TEMPLATE.md

index b761f8f2281c130515ef91e9a45d219c308d7a1a..214b906b02edf6ff3322f53019dfb6eae103c5a3 100644 (file)
@@ -1,11 +1,16 @@
 | 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
+| 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.
+-->