Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Commit

Permalink
move CHECKLIST to the end
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
Lazaridis committed Oct 28, 2018
1 parent 4d82831 commit 48ab124
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -5,18 +5,18 @@ 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
- [ ] New tests have been created which fail without the change (if possible)
- [ ] 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!
-->

0 comments on commit 48ab124

Please sign in to comment.