diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4afe79d762..f3bd90a345 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -32,7 +32,7 @@ Fixes # ## PR checklist - [ ] I have checked there is no other PR open for the same change. -- [ ] I have read the [Contribution Guidelines](.github/CONTRIBUTING.md). +- [ ] I have read the [Contribution Guidelines](https://github.com/squizlabs/PHP_CodeSniffer/blob/HEAD/CONTRIBUTING.md). - [ ] I grant the project the right to include and distribute the code under the BSD-3-Clause license (and I have the right to grant these rights). - [ ] I have added tests to cover my changes. - [ ] I have verified that the code complies with the projects coding standards.