Skip to content

Commit a0cf9d5

Browse files
jhermsmeierrvagg
authored andcommitted
doc: update link to commit guidelines
This updates the link to the commit guidelines in the `PULL_REQUEST_TEMPLATE.md`, as they have moved from the `CONTRIBUTING.md` to `doc/guides/contributing/pull-requests.md` PR-URL: #1456 Reviewed-By: Jon Moss <[email protected]>
1 parent 1309efb commit a0cf9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Contributor guide: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md
1010
- [ ] `npm install && npm test` passes
1111
- [ ] tests are included <!-- Bug fixes and new features should include tests -->
1212
- [ ] documentation is changed or added
13-
- [ ] commit message follows [commit guidelines](https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#commit-message-guidelines)
13+
- [ ] commit message follows [commit guidelines](https://github.com/nodejs/node/blob/master/doc/guides/contributing/pull-requests.md#commit-message-guidelines)
1414

1515
##### Description of change
1616
<!-- Provide a description of the change -->

0 commit comments

Comments
 (0)