From 9c26d7a7aca81b6a0af69e50ae80b7a0c3cd11a9 Mon Sep 17 00:00:00 2001 From: Jib Date: Tue, 23 Sep 2025 15:15:10 -0400 Subject: [PATCH 1/3] DRIVERS-3293: Add DRIVERS ticket requirement to PR checklist Added a new bullet to require a DRIVERS ticket for PR templates --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 52de9ef87c..ede6cff364 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,6 +2,9 @@ Please complete the following before merging: +- [ ] Is the relevant DRIVERS in the PR title? + + - [ ] Update changelog. - [ ] Test changes in at least one language driver. - [ ] Test these changes against all server versions and topologies (including standalone, replica set, and sharded From ffb1aa63dcba814a86ae4ee32c4c841eb36777b1 Mon Sep 17 00:00:00 2001 From: Jib Date: Tue, 23 Sep 2025 15:17:06 -0400 Subject: [PATCH 2/3] Typos --- .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 ede6cff364..1addbdc6d6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,8 +2,8 @@ Please complete the following before merging: -- [ ] Is the relevant DRIVERS in the PR title? - +- [ ] Is the relevant DRIVERS ticket in the PR title? + - [ ] Update changelog. - [ ] Test changes in at least one language driver. From 983fa9406f1e39119125574add141f14bbfc62f5 Mon Sep 17 00:00:00 2001 From: Jib Date: Tue, 23 Sep 2025 18:20:11 -0400 Subject: [PATCH 3/3] lint --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1addbdc6d6..2bc30c6b2e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,8 +3,11 @@ Please complete the following before merging: - [ ] Is the relevant DRIVERS ticket in the PR title? + + + - [ ] Update changelog. - [ ] Test changes in at least one language driver. - [ ] Test these changes against all server versions and topologies (including standalone, replica set, and sharded