From e6c1ebd4598e6d691922fcb7ed0199756b960fc3 Mon Sep 17 00:00:00 2001 From: sap-lh Date: Fri, 17 Jul 2026 13:18:12 -0300 Subject: [PATCH] chore(docs): Fix broken link in Pull Request template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated link to file that was moved on commit 3c8381a9 Signed-off-by: Léo Hardt --- .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 74755caa1e74e..12f15b3c22988 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ ### PR checklist - [ ] Check the [Development Hints](https://ui5.github.io/webcomponents/docs/contributing/DoD/) -- [ ] Follow the [Commit message Guidelines](https://github.com/UI5/webcomponents/blob/main/docs/5-contributing/02-conventions-and-guidelines.md#commit-message-style) +- [ ] Follow the [Commit message Guidelines](https://github.com/UI5/webcomponents/blob/main/docs/08-contributing/02-conventions-and-guidelines.md#commit-message-style) For example: `fix(ui5-*): correct/fix sth` or `feat(ui5-*): add/introduce sth`. If you don't want the change to be part of the release changelog - use `chore`, `refactor` or `docs`.