We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed14ffe commit 1d5b649Copy full SHA for 1d5b649
.github/PULL_REQUEST_TEMPLATE.md
@@ -32,7 +32,7 @@ GitHub Issue: #
32
### Always applicable
33
No matter your changes, these checks always apply.
34
- [ ] Your conventional commits are aligned with the **Impact on version** section.
35
-- [ ] Updated [CHANGELOG.md](../CHANGELOG.md).
+- [ ] Updated [CHANGELOG.md](../blob/main/CHANGELOG.md).
36
- Use the latest Major.Minor.X header if you do a **Patch** change.
37
- Create a new Major.Minor.X header if you do a **Minor** or **Major** change.
38
- 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