From dcdb9a6871e7b053dc2518b08abe21595282d4aa Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Fri, 26 May 2023 23:40:30 +0100 Subject: [PATCH] Correct link in pull request template --- .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 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.