aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLazaridis <35095758+lazaridiscom@users.noreply.github.com>2018-10-29 06:11:03 +0800
committerGitHub <noreply@github.com>2018-10-29 06:11:03 +0800
commit48ab12479c2ebeb92e16af6a806038dd2e13f4a8 (patch)
tree00bf3239a5182be0deec366bc01785844c418d6d /.github
parent4d82831b062b3dd910ebbdd671c646daa8fc6ef8 (diff)
downloaddexon-solidity-48ab12479c2ebeb92e16af6a806038dd2e13f4a8.tar
dexon-solidity-48ab12479c2ebeb92e16af6a806038dd2e13f4a8.tar.gz
dexon-solidity-48ab12479c2ebeb92e16af6a806038dd2e13f4a8.tar.bz2
dexon-solidity-48ab12479c2ebeb92e16af6a806038dd2e13f4a8.tar.lz
dexon-solidity-48ab12479c2ebeb92e16af6a806038dd2e13f4a8.tar.xz
dexon-solidity-48ab12479c2ebeb92e16af6a806038dd2e13f4a8.tar.zst
dexon-solidity-48ab12479c2ebeb92e16af6a806038dd2e13f4a8.zip
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.
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 9734fe81..9fdbf158 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
+
+<!--
+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!
---> \ No newline at end of file