From a429e7fb30d871a8ae085941e486d8cfc5f6338b Mon Sep 17 00:00:00 2001 From: Jelte Fennema-Nio Date: Thu, 4 Jul 2024 12:06:50 +0200 Subject: [PATCH] Simplify pull request template (#383) The pull request template had lots of unnecessary newlines. This removes those. --- .github/PULL_REQUEST_TEMPLATE.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index dc64b8be..312d17f6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,30 +10,16 @@ Related to - - - ## Synopsis - - - ## Solution - - - ## Checklist - [ ] Documentation is updated (if required) - [ ] Tests are added/updated (if required) -- [ ] [CHANGELOG entry][l:1] is added (if required) - - - - -[l:1]: /CHANGELOG.md +- [ ] [CHANGELOG entry](/CHANGELOG.md) is added (if required)