From 8dd3d358d43115dce1e326d05ceefa9dd0fa3841 Mon Sep 17 00:00:00 2001 From: Walter Moar Date: Mon, 17 Jun 2024 15:50:51 -0700 Subject: [PATCH] fix: FORMS-1302 PR template link (#1394) * fix: FORMS-1302 contributing link correction * fix: FORMS-1302 contributing link correction --- .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 052a0b195..ddef99018 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -30,7 +30,7 @@ This is a breaking change because ... -- [ ] I have read the [CONTRIBUTING](../CONTRIBUTING.md) doc +- [ ] I have read the [CONTRIBUTING](/bcgov/common-hosted-form-service/blob/main/CONTRIBUTING.md) doc - [ ] I have checked that unit tests pass locally with my changes - [ ] I have run the npm script lint on the frontend and backend - [ ] I have added tests that prove my fix is effective or that my feature works