Add item to checklist about updating CHANGELOG.md

pull/316/head
Pieter Marsman 2019-10-22 17:30:09 +02:00 committed by GitHub
parent 9153e835bc
commit 3001fe3a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,8 @@ Please describe the tests that you ran to verify your changes. Provide instructi
**Checklist**
- [ ] I have optimized the code at least one time after creating the initial version
- [ ] I have added docstrings to newly created methods and classes
- [ ] I have updated the README.md and other documentation, or I am sure that this is not necessary
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have updated the [README.md](../README.md) and other documentation, or I am sure that this is not necessary
- [ ] I have added a consice human-readable description of the change to [CHANGELOG.md](../CHANGELOG.md)
- [ ] I have added docstrings to newly created methods and classes
- [ ] I have optimized the code at least one time after creating the initial version