aboutsummaryrefslogtreecommitdiffstats
path: root/PULL_REQUEST_TEMPLATE.md
blob: 73ba63711a57fc164f241691649124bf5d857def (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
### 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
- [ ] Created tests which fail without the change (if possible)
- [ ] All tests passing
- [ ] Extended the README / documentation, if necessary
- [ ] Changes should be described with meaningful commit messages

### Description
Please explain the changes you made here.

Thank you for your help!