From a4d6329b23bfb326e5a2b77d9c0f0e8c0e6878c8 Mon Sep 17 00:00:00 2001 From: Martin Vrachev Date: Thu, 24 Sep 2020 18:55:23 +0300 Subject: [PATCH] Fix automatic issue closing This pr aims to fix the issue that there are occurrences when a pr is merged, but the issues that it mentions that it fixes are not automatically closed by GitHub. According to their documentation: https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword "Fixes" is a keyword that should fix this. Signed-off-by: Martin Vrachev --- .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 85e1ed9acc..b307d4e22e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ Please fill in the fields below to submit a pull request. The more information that is provided, the better. -**Fixes issue #**: +Fixes # **Description of the changes being introduced by the pull request**: