Skip to content

Commit e9aff7a

Browse files
committed
Update PULL_REQUEST_TEMPLATE.md
Fix typos and make the checklist into an actual checklist
1 parent 5661e9d commit e9aff7a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Upgrade Path (for changed or removed APIs):
99

1010

1111
Acceptance Checklist:
12-
[ ] All commits have been squashed to one.
13-
[ ] The commit message follows the guidlines in `CONTRIBUTING.md`.
14-
[ ] Documentation (README.md) and examples have been updated as needed.
15-
[ ] If this is a code change, a spec testing the functionality has been added.
16-
[ ] If the commit message has [changed] or [removed], there is an upgrade path above.
12+
- [ ] All commits have been squashed to one.
13+
- [ ] The commit message follows the guidelines in `CONTRIBUTING.md`.
14+
- [ ] Documentation (README.md) and examples have been updated as needed.
15+
- [ ] If this is a code change, a spec testing the functionality has been added.
16+
- [ ] If the commit message has [changed] or [removed], there is an upgrade path above.

0 commit comments

Comments
 (0)