diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-07-24 00:42:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-24 00:42:25 +0800 |
commit | f887d5162744d25d54ba22033a48d398ce88edbd (patch) | |
tree | 3af5705442f5c380bd26a0d37b7a58126739fbaa | |
parent | 0fcdafe2b5e122ef1c9acbadad9f309f015dfeac (diff) | |
parent | 6241d95cd88c996fb264c5b3aa592a757aeb732c (diff) | |
download | dexon-solidity-f887d5162744d25d54ba22033a48d398ce88edbd.tar dexon-solidity-f887d5162744d25d54ba22033a48d398ce88edbd.tar.gz dexon-solidity-f887d5162744d25d54ba22033a48d398ce88edbd.tar.bz2 dexon-solidity-f887d5162744d25d54ba22033a48d398ce88edbd.tar.lz dexon-solidity-f887d5162744d25d54ba22033a48d398ce88edbd.tar.xz dexon-solidity-f887d5162744d25d54ba22033a48d398ce88edbd.tar.zst dexon-solidity-f887d5162744d25d54ba22033a48d398ce88edbd.zip |
Merge pull request #4547 from ethereum/pullRequestTemplate
Fix pull request template
-rw-r--r-- | PULL_REQUEST_TEMPLATE.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 73ba6371..43f82f50 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,16 +1,15 @@ ### 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. +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 -- [ ] 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 -- [ ] Changes should be described with meaningful commit messages +- [ ] Used meaningful commit messages ### Description Please explain the changes you made here. |