From e9aff7aefd5029cb87a6f56f7b53f6c457ec9601 Mon Sep 17 00:00:00 2001 From: Clay Diffrient Date: Tue, 17 May 2016 09:57:57 -0600 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md Fix typos and make the checklist into an actual checklist --- .github/PULL_REQUEST_TEMPLATE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 65d6fe91..e0b7eca0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,8 +9,8 @@ Upgrade Path (for changed or removed APIs): Acceptance Checklist: -[ ] All commits have been squashed to one. -[ ] The commit message follows the guidlines 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. -[ ] If the commit message has [changed] or [removed], there is an upgrade path above. +- [ ] 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. +- [ ] If the commit message has [changed] or [removed], there is an upgrade path above.