move CHECKLIST to the end

## Rationale

The github/gitter UIs show the content of a PR-link on mouse-over.

Having the CHECKLIST on top results in those pop-ups showing the checklist instead of the (more relevant) description.
This commit is contained in:
Lazaridis 2018-10-29 00:11:03 +02:00 committed by GitHub
parent 4d82831b06
commit 48ab12479c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,14 @@ Please review the [guidelines for contributing](http://solidity.readthedocs.io/e
Please also note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.
-->
### Description
<!--
Please explain the changes you made here.
Thank you for your help!
-->
### Checklist
- [ ] Code compiles correctly
- [ ] All tests are passing
@ -12,11 +20,3 @@ Please also note that this project is released with a [Contributor Code of Condu
- [ ] README / documentation was extended, if necessary
- [ ] Changelog entry (if change is visible to the user)
- [ ] Used meaningful commit messages
### Description
<!--
Please explain the changes you made here.
Thank you for your help!
-->