From 403cef5b4cbe1ce4460f0829f4143429fb015fff Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 00:10:04 +0300 Subject: [PATCH] [v11.2.x] Fix links to the What's new page in the PR template (#92247) Fix links to the What's new page in the PR template (#91672) (cherry picked from commit f4d2e064f43528137632bb762f1f35911a21611f) Co-authored-by: Alexander Akhmetov --- .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 2199a71941c..116beb08daf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -47,4 +47,4 @@ Fixes # Please check that: - [ ] It works as expected from a user's perspective. - [ ] If this is a pre-GA feature, it is behind a feature toggle. -- [ ] The docs are updated, and if this is a [notable improvement](https://grafana.com/docs/writers-toolkit/writing-guide/contribute-release-notes/#how-to-determine-if-content-belongs-in-a-whats-new-document), it's added to our [What's New](https://grafana.com/docs/writers-toolkit/writing-guide/contribute-release-notes/) doc. +- [ ] The docs are updated, and if this is a [notable improvement](https://grafana.com/docs/writers-toolkit/contribute/release-notes/#how-to-determine-if-content-belongs-in-whats-new), it's added to our [What's New](https://grafana.com/docs/writers-toolkit/contribute/release-notes/) doc.