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
This commit is contained in:
Andy Isaacson 2017-04-07 11:10:27 -07:00 committed by Lauren Tan
parent 17ffbfc96e
commit a093db8d8a

View file

@ -13,9 +13,9 @@ Please also:
## Add/Update/Remove <CompanyName>
- [ ] 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
<!--