diff options
author | chriseth <chris@ethereum.org> | 2018-09-20 20:34:20 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-09-27 23:09:39 +0800 |
commit | 9bb5737d56be438c6a719ba6def2a2abbfdf3eb8 (patch) | |
tree | 4abcb867246536619002ec386b489a24b3f25d6c /.github/PULL_REQUEST_TEMPLATE.md | |
parent | cb3a837251087001c738cb8f123db231bb00a31d (diff) | |
download | dexon-solidity-9bb5737d56be438c6a719ba6def2a2abbfdf3eb8.tar.gz dexon-solidity-9bb5737d56be438c6a719ba6def2a2abbfdf3eb8.tar.zst dexon-solidity-9bb5737d56be438c6a719ba6def2a2abbfdf3eb8.zip |
Put instructions in comments.
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6f544bc1..9734fe81 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,9 @@ -### Your checklist for this pull request +<!--### Your checklist for this pull request Please review the [guidelines for contributing](http://solidity.readthedocs.io/en/latest/contributing.html) to this repository. 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. +--> ### Checklist - [ ] Code compiles correctly @@ -13,6 +14,9 @@ Please also note that this project is released with a [Contributor Code of Condu - [ ] Used meaningful commit messages ### Description + +<!-- Please explain the changes you made here. Thank you for your help! +-->
\ No newline at end of file |