aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Kundt <bitshift@posteo.org>2018-07-24 00:40:15 +0800
committerGitHub <noreply@github.com>2018-07-24 00:40:15 +0800
commit6241d95cd88c996fb264c5b3aa592a757aeb732c (patch)
tree3af5705442f5c380bd26a0d37b7a58126739fbaa
parentfccf50f78f56c96672dcc2b65773cd85bd6d8761 (diff)
downloaddexon-solidity-6241d95cd88c996fb264c5b3aa592a757aeb732c.tar
dexon-solidity-6241d95cd88c996fb264c5b3aa592a757aeb732c.tar.gz
dexon-solidity-6241d95cd88c996fb264c5b3aa592a757aeb732c.tar.bz2
dexon-solidity-6241d95cd88c996fb264c5b3aa592a757aeb732c.tar.lz
dexon-solidity-6241d95cd88c996fb264c5b3aa592a757aeb732c.tar.xz
dexon-solidity-6241d95cd88c996fb264c5b3aa592a757aeb732c.tar.zst
dexon-solidity-6241d95cd88c996fb264c5b3aa592a757aeb732c.zip
Reorders checklist in pull request template.
-rw-r--r--PULL_REQUEST_TEMPLATE.md2
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