From 3154c2c11421cddafe16e16e08f01184525a3ed6 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Thu, 10 Aug 2017 16:35:32 -0400 Subject: [PATCH] pr template [skip ci] (#6086) --- .github/PULL_REQUEST_TEMPLATE.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 798216b163..49d90d6549 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,20 +2,19 @@ Before making a PR please make sure to read our contributing guidelines https://github.com/babel/babel/blob/master/CONTRIBUTING.md -For any issue references: Add a 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 +For any issue references: Add a 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. It should be underlined in the preview if done correctly. --> -| Q | A +| Q                       | A | ------------------------ | --- +| Fixed Issues | `Fixes #1, Fixes #2` | Patch: Bug Fix? | | Major: Breaking Change? | | Minor: New Feature? | -| Deprecations? | -| Spec Compliancy? | | Tests Added/Pass? | -| Fixed Tickets | `Fixes #1, Fixes #2` +| Spec Compliancy? | | License | MIT -| Doc PR | -| Dependency Changes | +| Doc PR | +| Any Dependency Changes? |