Add "Changelog entry" to pull requset template

This commit is contained in:
chriseth 2018-08-02 13:29:57 +02:00 committed by GitHub
parent 6003ed2abd
commit cf0ed572f8
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