From a7f3e3a5be14352c2b81f0ec515f547cb7804e71 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Tue, 11 May 2021 22:36:58 +0300 Subject: [PATCH] Use magic keyword for linking issues to PRs --- .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 a2b4ca0f..820ee62e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,7 +7,7 @@ Make sure you have checked all steps below. * We occasionally import the changes from rbenv. In general, you can expect changes made in rbenv will be imported to pyenv too, eventually. * Generally speaking, we prefer not to make changes in the core in order to keep compatibility with rbenv. * [ ] My PR addresses the following pyenv issue (if any) - - https://github.com/pyenv/pyenv/issues/XXXX + - Closes https://github.com/pyenv/pyenv/issues/XXXX ### Description - [ ] Here are some details about my PR