Skip to content

Commit 466ece3

Browse files
authored
chore: update PR template commit message example (#148)
1 parent abaf8d4 commit 466ece3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ You can do that here: https://jira.mongodb.org/projects/NODE
1919
### Double check the following
2020

2121
- [ ] 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`
2425
- [ ] Changes are covered by tests
2526
- [ ] New TODOs have a related JIRA ticket

0 commit comments

Comments
 (0)