From 46e4232a70afd306690e7d88faef3bb1d5a7736e Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Mon, 8 Sep 2025 14:36:14 -0600 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 34 +++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e196cba..c78fb22 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,32 +1,44 @@ ### Description -#### What is changing? +#### Summary of Changes -##### Is there new documentation needed for these changes? + -#### What is the motivation for this change? +##### Notes for Reviewers + + - +Otherwise, feel free to remove this section. +--> + +#### What is the motivation for this change? ### Release Highlight + + -### Fill in title or leave empty for no highlight + ### Double check the following -- [ ] Ran `npm run check:lint` script +- [ ] Lint is passing (`npm run check:lint`) - [ ] Self-review completed using the [steps outlined here](https://github.com/mongodb/node-mongodb-native/blob/HEAD/CONTRIBUTING.md#reviewer-guidelines) - [ ] PR title follows the [correct format](https://www.conventionalcommits.org/en/v1.0.0/): `type(NODE-xxxx)[!]: description` - Example: `feat(NODE-1234)!: rewriting everything in coffeescript`