From c162cfc2f8b1c62750d075dba7ba26c5df28805c Mon Sep 17 00:00:00 2001 From: Richy HBM Date: Tue, 15 Nov 2016 16:33:29 +0000 Subject: [PATCH] Update PR template to close an issue via the PR (#4842) [skip ci] --- .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 4d7a1e8be3..5f7bce615c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,7 +11,7 @@ https://github.com/babel/babel/blob/master/CONTRIBUTING.md | Deprecations? | yes/no | Spec compliancy? | yes/no | Tests added/pass? | yes/no -| Fixed tickets | comma-separated list of tickets fixed by the PR, if any +| Fixed tickets | comma-separated list of a [closing word](https://help.github.com/articles/closing-issues-via-commit-messages/) followed by the ticket number fixed by the PR, if any. E.g: `Fixes #1, Fixes #2` | License | MIT | Doc PR | reference to the documentation PR, if any