summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-01 07:48:03 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-01 07:48:03 +0200
commit9f3c8c0daa14fe04d4ca5b5a91d37e1b10a0b8d1 (patch)
tree95623b4f9a4cb3292e1393ec691d49a0a6328960 /.github
parentdef85c9b018db1055000429af0aa8f5af9ea25b4 (diff)
Fix the formatting in the PR template
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 38e823a1..3081e957 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,11 +1,11 @@
Before submitting a PR make sure the following things have been done:
--[]The commits are consistent with our [contribution guidelines](CONTRIBUTING.md)
--[]You've added tests (if possible) to cover your change(s)
--[]All tests are passing (`make test`)
--[]The new code is not generating bytecode or `M-x checkdoc` warnings
--[]You've updated the changelog (if adding/changing user-visible functionality)
--[]You've updated the readme (if adding/changing user-visible functionality)
--[]You've updated the refcard (if you made changes to the commands listed there)
+- [ ] The commits are consistent with our [contribution guidelines](CONTRIBUTING.md)
+- [ ] You've added tests (if possible) to cover your change(s)
+- [ ] All tests are passing (`make test`)
+- [ ] The new code is not generating bytecode or `M-x checkdoc` warnings
+- [ ] You've updated the changelog (if adding/changing user-visible functionality)
+- [ ] You've updated the readme (if adding/changing user-visible functionality)
+- [ ] You've updated the refcard (if you made changes to the commands listed there)
Thanks!