From 55f52b7f789150562848a8f955f8236ce4f093bd Mon Sep 17 00:00:00 2001 From: Matthieu Brouillard Date: Wed, 11 Jan 2017 15:37:30 +0100 Subject: [PATCH] make it clear that issues must be closed via commit message, fix #1414 --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c59bec80d..981e7732a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,4 +5,4 @@ - [] verified that project is compiling - [] verified that tests are passing - [] squashed my commits as appropriate *(keep several commits if it is relevant to understand the PR)* -- [] [marked as closed](https://help.github.com/articles/closing-issues-via-commit-messages/) all issue ID that this PR should correct +- [] [marked as closed using commit message](https://help.github.com/articles/closing-issues-via-commit-messages/) all issue ID that this PR should correct