From 0dd78056c50680119840719fad2b5142a178d6c7 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Mon, 9 Apr 2018 19:33:29 -0300 Subject: [PATCH] [chore] update the pull request template... Users are not required to squash their commits. Github now provides an option to do that on the gui. --- .github/PULL_REQUEST_TEMPLATE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e0b7eca0..4bab3f47 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ Fixes #[issue number]. Changes proposed: -- + - - @@ -9,7 +9,6 @@ Upgrade Path (for changed or removed APIs): Acceptance Checklist: -- [ ] All commits have been squashed to one. - [ ] The commit message follows the guidelines in `CONTRIBUTING.md`. - [ ] Documentation (README.md) and examples have been updated as needed. - [ ] If this is a code change, a spec testing the functionality has been added.