From 92badfd88c2ad601f5db8c6e36565b5a016eedda Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Tue, 14 Nov 2017 09:02:52 +0100 Subject: [PATCH] Add special keyword syntax to close issue from PR We want the issue to be closed when the PR gets merged but we always forget to add the "magic" comment as described in https://help.github.com/articles/closing-issues-using-keywords/. --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ec4eb87d44..7c620167cc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,7 @@ #### What? Why? +Closes #[the issue number this PR is related to] + [Explain why is this change needed and the solution you propose. Provide context for others to understand it]