Skip to content

Commit

Permalink
doc: update link to commit guidelines
Browse files Browse the repository at this point in the history
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 <me@jonathanmoss.me>
  • Loading branch information
jhermsmeier authored and rvagg committed Aug 9, 2018
1 parent b4fe8c1 commit 8b488da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Contributor guide: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md
- [ ] `npm install && npm test` passes
- [ ] tests are included <!-- Bug fixes and new features should include tests -->
- [ ] documentation is changed or added
- [ ] commit message follows [commit guidelines](https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#commit-message-guidelines)
- [ ] commit message follows [commit guidelines](https://github.com/nodejs/node/blob/master/doc/guides/contributing/pull-requests.md#commit-message-guidelines)

##### Description of change
<!-- Provide a description of the change -->
Expand Down

0 comments on commit 8b488da

Please sign in to comment.