From cb0feea94446b88e1297804cff6fbe73b4da0374 Mon Sep 17 00:00:00 2001 From: Jack Weir Date: Tue, 4 Nov 2025 18:58:19 -0500 Subject: [PATCH 1/2] COMPASS-10016 --- .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 577e2bf88ef..cca7d3c7dc8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,34 +9,44 @@ NOTE: use `feat`, `fix` and `perf` for user facing changes that will be part of release notes. --> + ## Description + ### Checklist + - [ ] New tests and/or benchmarks are included - [ ] Documentation is changed or added - [ ] If this change updates the UI, screenshots/videos are added and a design review is requested +- [ ] If this change could impact the load on the MongoDB cluster, please describe the expected and worst case impact - [ ] I have signed the MongoDB Contributor License Agreement (https://www.mongodb.com/legal/contributor-agreement) ## Motivation and Context + - + + - [ ] Bugfix - [ ] New feature - [ ] Dependency update - [ ] Misc ## Open Questions + ## Dependents + ## Types of changes + -- [ ] *Backport Needed* + +- [ ] _Backport Needed_ - [ ] Patch (non-breaking change which fixes an issue) - [ ] Minor (non-breaking change which adds functionality) - [ ] Major (fix or feature that would cause existing functionality to change) From d3921643f579abb0dfce2ea3a11e70e9a6717990 Mon Sep 17 00:00:00 2001 From: Jack Weir Date: Tue, 4 Nov 2025 19:00:31 -0500 Subject: [PATCH 2/2] COMPASS-10016 --- .github/PULL_REQUEST_TEMPLATE.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cca7d3c7dc8..e9673dd176b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,15 +9,12 @@ NOTE: use `feat`, `fix` and `perf` for user facing changes that will be part of release notes. --> - ## Description - ### Checklist - - [ ] New tests and/or benchmarks are included - [ ] Documentation is changed or added - [ ] If this change updates the UI, screenshots/videos are added and a design review is requested @@ -25,28 +22,22 @@ - [ ] I have signed the MongoDB Contributor License Agreement (https://www.mongodb.com/legal/contributor-agreement) ## Motivation and Context - - - [ ] Bugfix - [ ] New feature - [ ] Dependency update - [ ] Misc ## Open Questions - ## Dependents - ## Types of changes - - -- [ ] _Backport Needed_ +- [ ] *Backport Needed* - [ ] Patch (non-breaking change which fixes an issue) - [ ] Minor (non-breaking change which adds functionality) - [ ] Major (fix or feature that would cause existing functionality to change)