solidity/.github/PULL_REQUEST_TEMPLATE.md

22 lines
738 B
Markdown
Raw Normal View History

2018-09-20 12:34:20 +00:00
<!--### Your checklist for this pull request
2018-07-23 16:07:51 +00:00
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.
2018-09-20 12:34:20 +00:00
-->
### Checklist
- [ ] Code compiles correctly
- [ ] All tests are passing
- [ ] New tests have been created which fail without the change (if possible)
- [ ] README / documentation was extended, if necessary
- [ ] Changelog entry (if change is visible to the user)
2018-07-23 16:07:51 +00:00
- [ ] Used meaningful commit messages
### Description
2018-09-20 12:34:20 +00:00
<!--
Please explain the changes you made here.
Thank you for your help!
2018-09-20 12:34:20 +00:00
-->