diff options
author | Erik Kundt <bitshift@posteo.org> | 2018-07-24 00:40:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-24 00:40:15 +0800 |
commit | 6241d95cd88c996fb264c5b3aa592a757aeb732c (patch) | |
tree | 3af5705442f5c380bd26a0d37b7a58126739fbaa /PULL_REQUEST_TEMPLATE.md | |
parent | fccf50f78f56c96672dcc2b65773cd85bd6d8761 (diff) | |
download | dexon-solidity-6241d95cd88c996fb264c5b3aa592a757aeb732c.tar.gz dexon-solidity-6241d95cd88c996fb264c5b3aa592a757aeb732c.tar.zst dexon-solidity-6241d95cd88c996fb264c5b3aa592a757aeb732c.zip |
Reorders checklist in pull request template.
Diffstat (limited to 'PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 4f97514f..43f82f50 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -6,8 +6,8 @@ Please also note that this project is released with a [Contributor Code of Condu ### Checklist - [ ] Code compiles correctly -- [ ] Created tests which fail without the change (if possible) - [ ] All tests passing +- [ ] Created tests which fail without the change (if possible) - [ ] Extended the README / documentation, if necessary - [ ] Used meaningful commit messages |