From eb5c7050839be8a08627d233b5082c37887c869f Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 9 Apr 2021 15:03:43 +0200 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3f6478a6..f22f4fe9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,5 @@ + closes # (issue) -### Type of change +### Documentation -Please update the [CHANGELOG.md](/CHANGELOG.md) - -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] I have updated the [CHANGELOG.md](/CHANGELOG.md), this is required for: + - Bug fixes (non-breaking change which fixes an issue) + - New features (non-breaking change which adds functionality) + - Breaking changes (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update - [ ] I have made the corresponding changes to the documentation