From edc04dd9564dd84c79b307ae2d8953e72bdc2981 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:01:20 -0400 Subject: [PATCH] Update pull_request_template.md (#1824) --- .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 f9d56aac5..68212c72f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,7 +14,7 @@ NOTE: If you do not follow these steps, your Pull Request will be closed without review. --> -- [ ] My change is related to issue #(issue number) +- [ ] My change closes #(issue number) - [ ] I have followed the repository's development workflow - [ ] I have tested my changes manually and by adding relevant tests - [ ] I have performed all required documentation updates @@ -25,4 +25,4 @@ If you do not follow these steps, your Pull Request will be closed without revie - [ ] I have self-reviewed my changes - [ ] My Pull Request is ready for review ---- \ No newline at end of file +---