From 4120a69ac7f9e82a38b59e25e31a79bbb4299c3f Mon Sep 17 00:00:00 2001 From: mrugesh mohapatra Date: Sat, 7 Oct 2017 02:36:27 +0530 Subject: [PATCH] fix(.github): Update pull request template (#15934) The pull request template is not catching the `closes` keywords correctly since a recent update by GitHub, moving it to a new line and rewording will be a work around. --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8ab16945f9..380d3f4e58 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -22,9 +22,11 @@ #### Checklist: - + - [ ] Tested changes locally. -- [ ] Closes currently open issue (replace XXXX with an issue no): Closes #XXXX +- [ ] Addressed currently open issue (replace XXXXX with an issue no in next line) + +Closes #XXXXX #### Description