diff options
author | chriseth <chris@ethereum.org> | 2018-10-29 19:09:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-29 19:09:55 +0800 |
commit | 0b4f6ab72d36e68ce9bf5a10da0d785059d8709c (patch) | |
tree | 00bf3239a5182be0deec366bc01785844c418d6d | |
parent | 4d82831b062b3dd910ebbdd671c646daa8fc6ef8 (diff) | |
parent | 48ab12479c2ebeb92e16af6a806038dd2e13f4a8 (diff) | |
download | dexon-solidity-0b4f6ab72d36e68ce9bf5a10da0d785059d8709c.tar dexon-solidity-0b4f6ab72d36e68ce9bf5a10da0d785059d8709c.tar.gz dexon-solidity-0b4f6ab72d36e68ce9bf5a10da0d785059d8709c.tar.bz2 dexon-solidity-0b4f6ab72d36e68ce9bf5a10da0d785059d8709c.tar.lz dexon-solidity-0b4f6ab72d36e68ce9bf5a10da0d785059d8709c.tar.xz dexon-solidity-0b4f6ab72d36e68ce9bf5a10da0d785059d8709c.tar.zst dexon-solidity-0b4f6ab72d36e68ce9bf5a10da0d785059d8709c.zip |
Merge pull request #5331 from lazaridiscom/patch-2
move CHECKLIST to the end
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 16 |
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 |