Skip to content

Commit 9f3c8c0

Browse files
committed
Fix the formatting in the PR template
1 parent def85c9 commit 9f3c8c0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Before submitting a PR make sure the following things have been done:
22

3-
-[]The commits are consistent with our [contribution guidelines](CONTRIBUTING.md)
4-
-[]You've added tests (if possible) to cover your change(s)
5-
-[]All tests are passing (`make test`)
6-
-[]The new code is not generating bytecode or `M-x checkdoc` warnings
7-
-[]You've updated the changelog (if adding/changing user-visible functionality)
8-
-[]You've updated the readme (if adding/changing user-visible functionality)
9-
-[]You've updated the refcard (if you made changes to the commands listed there)
3+
- [ ] The commits are consistent with our [contribution guidelines](CONTRIBUTING.md)
4+
- [ ] You've added tests (if possible) to cover your change(s)
5+
- [ ] All tests are passing (`make test`)
6+
- [ ] The new code is not generating bytecode or `M-x checkdoc` warnings
7+
- [ ] You've updated the changelog (if adding/changing user-visible functionality)
8+
- [ ] You've updated the readme (if adding/changing user-visible functionality)
9+
- [ ] You've updated the refcard (if you made changes to the commands listed there)
1010

1111
Thanks!

0 commit comments

Comments
 (0)