From 9ca80e9fa1141d0a5414764fee0c28199531e1a6 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Wed, 27 Aug 2025 21:08:03 +0200 Subject: [PATCH] refactor: :technologist: simplify the pull request template --- .github/pull_request_template.md | 5 ++--- template/.github/pull_request_template.md | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1d9a826..bb9d445 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ # Description -This PR DESCRIBE CHANGES. +These changes EXPLANATION. Closes # @@ -8,6 +8,5 @@ This PR needs a quick/an in-depth review. ## Checklist -- [ ] Added or updated tests -- [ ] Updated documentation - [ ] Ran `just run-all` +- [ ] Formatted Markdown, if modified diff --git a/template/.github/pull_request_template.md b/template/.github/pull_request_template.md index 1d9a826..bb9d445 100644 --- a/template/.github/pull_request_template.md +++ b/template/.github/pull_request_template.md @@ -1,6 +1,6 @@ # Description -This PR DESCRIBE CHANGES. +These changes EXPLANATION. Closes # @@ -8,6 +8,5 @@ This PR needs a quick/an in-depth review. ## Checklist -- [ ] Added or updated tests -- [ ] Updated documentation - [ ] Ran `just run-all` +- [ ] Formatted Markdown, if modified