From e1c942193229e3d43fcd043c18864a1a37c8802c Mon Sep 17 00:00:00 2001 From: Kris Beicher <112945740+K-Beicher@users.noreply.github.com> Date: Tue, 4 Mar 2025 09:15:10 +0100 Subject: [PATCH 1/2] feat: update PR template --- .github/pull_request_template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index aae8dd8..1c0fcc7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ -## Description +# Description -This PR DESCRIBE CHANGES. +This PR will [DESCRIBE CHANGES]. Closes # @@ -9,6 +9,6 @@ This PR needs a quick/an in-depth review. ## Checklist -- [ ] Added or updated tests -- [ ] Updated documentation -- [ ] Ran `just run-all` +- [ ] Read through for typos, added new words to the dictionary +- [ ] Checked that the readme is up to date +- [ ] Resolved any ruff errors / Formatted in markdown From 33a2576906eb7ea220757afc4f4c5af46e9433a0 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Tue, 4 Mar 2025 09:35:46 +0100 Subject: [PATCH 2/2] docs: :pencil2: small formatting changes --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1c0fcc7..cca7022 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,5 +10,5 @@ This PR needs a quick/an in-depth review. ## Checklist - [ ] Read through for typos, added new words to the dictionary -- [ ] Checked that the readme is up to date -- [ ] Resolved any ruff errors / Formatted in markdown +- [ ] Checked that the README is up to date +- [ ] Resolved any Ruff errors / formatted in Markdown