Skip to content

Commit 1d5b649

Browse files
fix(293338): fix changeLog file url on PR template
1 parent ed14ffe commit 1d5b649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ GitHub Issue: #
3232
### Always applicable
3333
No matter your changes, these checks always apply.
3434
- [ ] Your conventional commits are aligned with the **Impact on version** section.
35-
- [ ] Updated [CHANGELOG.md](../CHANGELOG.md).
35+
- [ ] Updated [CHANGELOG.md](../blob/main/CHANGELOG.md).
3636
- Use the latest Major.Minor.X header if you do a **Patch** change.
3737
- Create a new Major.Minor.X header if you do a **Minor** or **Major** change.
3838
- If you create a new header, it aligns with the **Impact on version** section and matches what is generated in the build pipeline.

0 commit comments

Comments
 (0)