From 72e76f0c94e79fafc21154b9671416967e6ba7c9 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Mon, 8 Sep 2025 14:37:32 -0600 Subject: [PATCH] chore: update PR template --- .github/pull_request_template.md | 33 +++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e196cba..cc62cce 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,32 +1,43 @@ ### 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 +### Release notes 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`