From 2833e49828f89a6d33b3018a3adb13e2ae64a8aa Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Fri, 15 Oct 2021 16:38:09 -0400 Subject: [PATCH] chore: improve PR template text (#3003) --- .github/pull_request_template.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7a6df752f60..b667a29abdd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,25 @@ -## Description +### Description -**What changed?** +#### What is changing? -**Are there any files to ignore?** +##### Is there new documentation needed for these changes? + +#### What is the motivation for this change? + + + + + + +### Double check the following + +- [ ] Ran `npm run check:lint` script +- [ ] 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: `(NODE-xxxx): ` +- [ ] Changes are covered by tests +- [ ] New TODOs have a related JIRA ticket