From 3001fe3a82ea8fd6fbd1b1394fb721c61e805b80 Mon Sep 17 00:00:00 2001 From: Pieter Marsman Date: Tue, 22 Oct 2019 17:30:09 +0200 Subject: [PATCH] Add item to checklist about updating CHANGELOG.md --- .github/pull_request_template.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c9eb9a5..8cfa7f3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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