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.