From 484e3fd3f240fc80a0d7f4963c7ea11247bce37a Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Tue, 26 Sep 2017 11:35:56 +0200 Subject: [PATCH] Use correct verb form in the pull request template When "forget" is used with a gerund, it refers to an action that has already happened. --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1bad363eca..04567c68e0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,9 +2,9 @@ | ------------- | --- | Branch? | 3.4 or master / 2.7, 2.8 or 3.3 | Bug fix? | yes/no -| New feature? | yes/no +| New feature? | yes/no | BC breaks? | yes/no -| Deprecations? | yes/no +| Deprecations? | yes/no | Tests pass? | yes/no | Fixed tickets | #... | License | MIT