From 0321e43c1d0f94ce413adc25d58f94bb602fc9fb Mon Sep 17 00:00:00 2001 From: Gibson Fahnestock Date: Thu, 16 Feb 2017 13:11:50 +0800 Subject: [PATCH] doc: fix the PR template CONTRIBUTING.md link 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 https://github.com/nodejs/citgm/pull/314). --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 44e369140..10473ac8a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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