From 5169962fdfa1ffcda7d174f3259105457978aedd Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 1 Jul 2020 12:13:33 +0200 Subject: [PATCH] alternative PR template wording proposal --- .github/pull_request_template.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7d7f4a2b7..a8894e93f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,8 @@ -This PR fixes #. +#### Description -This PR introduces a new feature to ... + -**Please add a new entry for the changes in this PR to the CHANGELOG in the unreleased section at the top!** +#### Checklist -**Please make sure all automated tests and checks pass - we will not consider your PR for merging with failing checks!** + - [ ] I have updated tests where applicable. + - [ ] I have added an entry to the CHANGELOG.