From cddd3e4235aa07d0c2bdde2544be9a0836e0e0b1 Mon Sep 17 00:00:00 2001 From: Francois Campbell Date: Thu, 10 Oct 2024 17:02:36 -0400 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e0363e8cf7..662b8e7235 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,7 +4,7 @@ * [ ] I've added or updated integration tests to verify correctness of my new code. * [ ] I've confirmed that my changes are working by executing CLI's commands manually on MacOS. * [ ] I've confirmed that my changes are working by executing CLI's commands manually on Windows. - * [ ] I've confirmed that my changes are up-to-date with the target branch. + * [ ] I've confirmed that my changes are reasonably up-to-date with the target branch. * [ ] I've described my changes in the release notes. * [ ] I've described my changes in the section below.