From ca41240a9e7d2d3febce00a67b7562ce6483223b Mon Sep 17 00:00:00 2001 From: Walter Moar Date: Mon, 17 Jun 2024 15:31:08 -0700 Subject: [PATCH] fix: FORMS-1302 contributing link correction (#1393) --- .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 3be19bd5b..052a0b195 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](../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