From c396ee2c63a1ddae08de3c2ee25fe80b525781fd Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Tue, 8 Nov 2016 22:53:30 +0100 Subject: [PATCH] Improve PR template --- .github/PULL_REQUEST_TEMPLATE.md | 21 +++++++++++++-------- 1 file 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 @@ | 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 + + -- 2.41.0