Skip to content

Commit dc31f90

Browse files
authored
chore: update PR template commit message example (#8)
1 parent 848872b commit dc31f90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ You can do that here: https://jira.mongodb.org/projects/NODE
2020

2121
- [ ] Ran `npm run check:lint` script
2222
- [ ] 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`
2425
- [ ] Changes are covered by tests
2526
- [ ] New TODOs have a related JIRA ticket

0 commit comments

Comments
 (0)