From 48ab12479c2ebeb92e16af6a806038dd2e13f4a8 Mon Sep 17 00:00:00 2001 From: Lazaridis <35095758+lazaridiscom@users.noreply.github.com> Date: Mon, 29 Oct 2018 00:11:03 +0200 Subject: [PATCH] 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. --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9734fe81fc5e..9fdbf158eeab 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 + + + ### 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 - - \ No newline at end of file