Skip to content

Commit

Permalink
doc: fix the PR template CONTRIBUTING.md link
Browse files Browse the repository at this point in the history
Using ./CONTRIBUTING.md in the PR template resolves to
https://github.com/nodejs/citgm/compare/CONTRIBUTING.md. Use the full path
instead (as is done in Node.js core).

Note that the CONTRIBUTING.md file hasn't yet been added (the PR to add it is
nodejs#314).
  • Loading branch information
gibfahn committed Feb 16, 2017
1 parent 395a288 commit 7ec45a6
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 @@ -9,5 +9,5 @@ the requirements below.
- [ ] `npm test` passes
- [ ] tests are included
- [ ] documentation is changed or added
- [ ] contribution guidelines followed [here](CONTRIBUTING.md)
- [ ] contribution guidelines followed [here](https://github.com/nodejs/citgm/blob/master/CONTRIBUTING.md)
- [ ] commit message follows commit guidelines

0 comments on commit 7ec45a6

Please sign in to comment.