From b650aeb33124703f981cfcaa465306c8efd4dbb9 Mon Sep 17 00:00:00 2001 From: Simon Ho Date: Tue, 18 Oct 2016 23:48:42 -0700 Subject: [PATCH] Refactor PR template based on feedback (#2865) Updated based on feedback received during sprint demo. Backport of #2865 --- .github/PULL_REQUEST_TEMPLATE.md | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d35410be3..ab590509c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,34 +1,14 @@ - +### Description -### Type of change - - - -- [ ] SEMVER-MAJOR -- Backwards-incompatible changes -- [ ] SEMVER-MINOR -- Add functionality in a backwards-compatible manner -- [ ] SEMVER-PATCH -- Backwards-compatible bug fixes - -### Description of change(s) - - - -### Link(s) to related GitHub issues +#### Related issues (eg. strongloop/loopback#49) +- None ### Checklist - [ ] CLA signed -- [ ] Commit message conforms with the [Git commit message - guidelines](http://loopback.io/doc/en/contrib/git-commit-messages.html) - [ ] New tests are added to cover all changes -- [ ] Code passes `npm test` - [ ] Code conforms with the [style guide](http://loopback.io/doc/en/contrib/style-guide.html) -- [ ] All CI builds are passing (semi-required, left up to discretion of the - reviewer) +- [ ] All CI builds are passing