From a2780357cad436c3feb342742aa4f1b6c79adde5 Mon Sep 17 00:00:00 2001 From: Alex Rock Ancelet Date: Fri, 19 Feb 2016 16:05:47 +0100 Subject: [PATCH] Simplify markdown for PR template --- .github/PULL_REQUEST_TEMPLATE.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1118d9caa2..4cdf108270 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,10 @@ | 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 +| Fixed tickets | comma-separated list of tickets fixed by the PR, if any | License | MIT -| Doc PR | [reference to the documentation PR, if any] +| Doc PR | reference to the documentation PR, if any