mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
48ab12479c
## Rationale The github/gitter UIs show the content of a PR-link on mouse-over. Having the CHECKLIST on top results in those pop-ups showing the checklist instead of the (more relevant) description.
23 lines
739 B
Markdown
23 lines
739 B
Markdown
<!--### 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.
|
|
-->
|
|
|
|
### Description
|
|
|
|
<!--
|
|
Please explain the changes you made here.
|
|
|
|
Thank you for your help!
|
|
-->
|
|
|
|
### 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)
|
|
- [ ] Used meaningful commit messages
|