Merge pull request #4547 from ethereum/pullRequestTemplate

Fix pull request template
This commit is contained in:
Alex Beregszaszi 2018-07-23 17:42:25 +01:00 committed by GitHub
commit f887d51627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.