mirror of
https://github.com/rjNemo/hiring-without-whiteboards
synced 2026-06-06 02:26:45 +00:00
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:
parent
17ffbfc96e
commit
a093db8d8a
1 changed files with 3 additions and 3 deletions
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -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
|
||||
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Reference in a new issue