From c0c9ea3403c449ce7f4c9befd1065b59f1ac2203 Mon Sep 17 00:00:00 2001 From: Moritz Raabe Date: Wed, 24 Mar 2021 09:22:40 +0100 Subject: [PATCH] incorprate Ana's feedback --- .github/pull_request_template.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cfb7a168..3f6478a6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,29 +1,32 @@ ### Description + + closes # (issue) - - ### Type of change +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) - [ ] This change requires a documentation update + - [ ] I have made the corresponding changes to the documentation ### Tests - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] No new tests needed - -### Checklist - -- [ ] I have updated the [CHANGELOG.md](/CHANGELOG.md) -- [ ] I have made corresponding changes to the documentation