From 0430ad397fb9ab9dc06df82f8abfbbba8b767d0b Mon Sep 17 00:00:00 2001 From: acul71 <34693171+acul71@users.noreply.github.com> Date: Sun, 11 May 2025 16:08:00 +0000 Subject: [PATCH] doc: fix broken newsfragment link in contributing --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 3af96c7f..4738483c 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -294,7 +294,7 @@ do not pass the CI build yet won't get reviewed unless explicitly requested. If the pull request introduces changes that should be reflected in the release notes, please add a newsfragment file as explained -`here `_. +`here `_. If possible, the change to the release notes file should be included in the commit that introduces the feature or bugfix.