Merge pull request #4656 from ethereum/chriseth-patch-1

Add "Changelog entry" to pull request template
This commit is contained in:
chriseth 2018-08-02 13:37:15 +02:00 committed by GitHub
commit 7eb4762eee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,10 @@ Please also note that this project is released with a [Contributor Code of Condu
### Checklist ### Checklist
- [ ] Code compiles correctly - [ ] Code compiles correctly
- [ ] All tests passing - [ ] All tests are passing
- [ ] Created tests which fail without the change (if possible) - [ ] New tests have been created which fail without the change (if possible)
- [ ] Extended the README / documentation, if necessary - [ ] README / documentation was extended, if necessary
- [ ] Changelog entry (if change is visible to the user)
- [ ] Used meaningful commit messages - [ ] Used meaningful commit messages
### Description ### Description