aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-11-08 22:53:30 +0100
committerGitHub <noreply@github.com>2016-11-08 22:53:30 +0100
commitc396ee2c63a1ddae08de3c2ee25fe80b525781fd (patch)
tree5daa1900f45660d4f33385591cd54d198dfc9bb9 /.github
parenta0fb3b1b7ad8477af0881f00adb0545b64eaa2a9 (diff)
downloadwallabag-c396ee2c63a1ddae08de3c2ee25fe80b525781fd.tar.gz
wallabag-c396ee2c63a1ddae08de3c2ee25fe80b525781fd.tar.zst
wallabag-c396ee2c63a1ddae08de3c2ee25fe80b525781fd.zip
Improve PR template
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md21
1 files changed, 13 insertions, 8 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index b761f8f2..214b906b 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,11 +1,16 @@
1| Q | A 1| Q | A
2| ------------- | --- 2| ------------- | ---
3| Bug fix? | yes|no 3| Bug fix? | yes/no
4| New feature? | yes|no 4| New feature? | yes/no
5| BC breaks? | yes|no 5| BC breaks? | yes/no
6| Deprecations? | yes|no 6| Deprecations? | yes/no
7| Tests pass? | yes|no 7| Tests pass? | yes/no
8| Documentation | yes|no 8| Documentation | yes/no
9| Translation | yes|no 9| Translation | yes/no
10| Fixed tickets | comma-separated list of tickets fixed by the PR, if any 10| Fixed tickets | #...
11| License | MIT 11| License | MIT
12
13<!--
14- Please fill in this template according to the PR you're about to submit.
15- Replace this comment by a description of what your PR is solving.
16-->