From a093db8d8ab6ab4a6f5415e65f54781e3a5ff137 Mon Sep 17 00:00:00 2001 From: Andy Isaacson Date: Fri, 7 Apr 2017 11:10:27 -0700 Subject: [PATCH] fix links in PULL_REQUEST_TEMPLATE (#524) * fix links in PULL_REQUEST_TEMPLATE The links in PRs such as #517 don't go to the relevant docs. I don't know how to link from a PR to "a given file in in the current branch" so this updates them to point to the `master` branch. * PULL_REQUEST_TEMPLATE: use absolute github URLs --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3a5d116..ab086b6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,9 +13,9 @@ Please also: ## Add/Update/Remove -- [ ] I have read the [contributing guidelines](../CONTRIBUTING.md) -- [ ] I agree to the [Code of Conduct](../CODE_OF_CONDUCT.md) -- [ ] I have followed the [format](../CONTRIBUTING.md#format) prescribed in the contributing guidelines +- [ ] I have read the [contributing guidelines](https://github.com/poteto/hiring-without-whiteboards/blob/master/CONTRIBUTING.md) +- [ ] I agree to the [Code of Conduct](https://github.com/poteto/hiring-without-whiteboards/blob/master/CODE_OF_CONDUCT.md) +- [ ] I have followed the [format](https://github.com/poteto/hiring-without-whiteboards/blob/master/CONTRIBUTING.md#format) prescribed in the contributing guidelines - [ ] (OPTIONAL) In your pull request message, add additional context on the interview process if necessary