You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,8 @@ You can do that here: https://jira.mongodb.org/projects/NODE
19
19
### Double check the following
20
20
21
21
-[ ] Ran `npm run check:lint` script
22
-
-[ ] Self-review completed using the relevant portions of the [steps outlined here](https://github.com/mongodb/node-mongodb-native/blob/HEAD/CONTRIBUTING.md#reviewer-guidelines)
23
-
-[ ] PR title follows the correct format: `<type>(NODE-xxxx)<!>: <description>`
22
+
-[ ] Self-review completed using the [steps outlined here](https://github.com/mongodb/node-mongodb-native/blob/HEAD/CONTRIBUTING.md#reviewer-guidelines)
23
+
-[ ] PR title follows the [correct format](https://www.conventionalcommits.org/en/v1.0.0/): `type(NODE-xxxx)[!]: description`
24
+
- Example: `feat(NODE-1234)!: rewriting everything in coffeescript`
0 commit comments