From a7248232eb2a9142e6c2168b4b18e20500b78c1f Mon Sep 17 00:00:00 2001 From: Ariel De Los Santos Date: Wed, 1 May 2024 12:33:47 -0400 Subject: [PATCH] fix(293338): fix changeLog file url on 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 fffbf5274..aa24fcf81 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -32,7 +32,7 @@ GitHub Issue: # ### Always applicable No matter your changes, these checks always apply. - [ ] Your conventional commits are aligned with the **Impact on version** section. -- [ ] Updated [CHANGELOG.md](../CHANGELOG.md). +- [ ] Updated [CHANGELOG.md](../blob/main/CHANGELOG.md). - Use the latest Major.Minor.X header if you do a **Patch** change. - Create a new Major.Minor.X header if you do a **Minor** or **Major** change. - If you create a new header, it aligns with the **Impact on version** section and matches what is generated in the build pipeline.