From d33cd43db1e65f1c9a690562a5647016227dd9a7 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 5 Apr 2016 13:34:22 -0700 Subject: [PATCH] docs(PULL_REQUEST_TEMPLATE.md): reorganize and improve the pull request template Closes #7921 --- .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8d93de2e45..e60ff7bb2b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,24 +1,32 @@ -* **Please check if the PR fulfills these requirements** +**Please check if the PR fulfills these requirements** - [ ] The commit message follows our guidelines: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit-message-format - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) -* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) +**What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) +- [ ] Bugfix +- [ ] Feature +- [ ] Code style update (formatting, local variables) +- [ ] Refactoring (no functional changes, no api changes) +- [ ] Build related changes +- [ ] CI related changes +- [ ] Other... Please describe: + +**What is the current behavior?** (You can also link to an open issue here) -* **What is the current behavior?** (You can also link to an open issue here) +**What is the new behavior?** -* **What is the new behavior (if this is a feature change)?** +**Does this PR introduce a breaking change?** +- [ ] Yes +- [ ] No + +If this PR contains a breaking change, please describe the impact and migration path for existing applications: ... - -* **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?) - - - -* **Other information**: +**Other information**: