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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ You can do that here: https://jira.mongodb.org/projects/NODE
20
20
21
21
-[ ] Ran `npm run check:lint` script
22
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: `<type>(NODE-xxxx)<!>: <description>`
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