From b3cb0e1be3afa1966d9beca48e08f320a06501ae Mon Sep 17 00:00:00 2001 From: Timothy Jones Date: Fri, 14 Nov 2025 01:32:01 +1100 Subject: [PATCH] chore: Correct contributing link in PR 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 b779bab..0ea77cb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,4 +9,4 @@ Fixes: amplication/amplication#[issue-number] - [ ] Tests for the changes have been added - [ ] `npm test` doesn't throw any error -IMPORTANT: Please review the [CONTRIBUTING.md](https://github.com/amplication/amplication/blob/master/CODE_OF_CONDUCT.md) file for detailed contributing guidelines. +IMPORTANT: Please review the [CONTRIBUTING.md](https://github.com/amplication/amplication/blob/master/CONTRIBUTING.md) file for detailed contributing guidelines.