From 92fd17884c082e569edce2d9eab5fde5e68678a8 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Tue, 15 Jul 2025 10:53:08 +0200 Subject: [PATCH 1/2] refactor: :recycle: simplify pull request template in the template --- template/.github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/.github/pull_request_template.md b/template/.github/pull_request_template.md index f89e3e6..9b99a5c 100644 --- a/template/.github/pull_request_template.md +++ b/template/.github/pull_request_template.md @@ -1,6 +1,6 @@ # Description -This PR will [DESCRIBE CHANGES]. +DESCRIBE CHANGES Closes # @@ -8,5 +8,5 @@ This PR needs a quick/an in-depth review. ## Checklist -- [ ] Checked that the README is up to date +- [ ] Format Markdown - [ ] Run `just run-all` From 1b70796519f3fbc8bef616668ac16ebabf50c5f1 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Tue, 15 Jul 2025 14:05:41 +0200 Subject: [PATCH 2/2] refactor: :pencil2: edits from review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Signe Kirk Brødbæk <40836345+signekb@users.noreply.github.com> --- template/.github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/template/.github/pull_request_template.md b/template/.github/pull_request_template.md index 9b99a5c..9d266a6 100644 --- a/template/.github/pull_request_template.md +++ b/template/.github/pull_request_template.md @@ -1,6 +1,5 @@ # Description -DESCRIBE CHANGES Closes #