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`