From 68c1f7e8483f8622e2b0943d28d7f0213781d919 Mon Sep 17 00:00:00 2001 From: fullname Date: Thu, 27 Nov 2025 15:40:28 +0200 Subject: [PATCH 1/4] Fix broken contact reference in contributing.rst by adding proper contact link --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f31c14aec49..86d4231fedf 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -49,7 +49,7 @@ Look through the `GitHub issues for bugs `_ that are friendly to new contributors. -:ref:`Talk ` to developers to find out how you can fix specific bugs. To indicate that you are going +`Talk to developers `_ to find out how you can fix specific bugs. To indicate that you are going to work on a particular issue, add a comment to that effect on the specific issue. Don't forget to check the issue trackers of your favourite plugins, too! @@ -61,7 +61,7 @@ Implement features Look through the `GitHub issues for enhancements `_. -:ref:`Talk ` to developers to find out how you can implement specific +`Talk to developers `_ to find out how you can implement specific features. Write documentation From f2cf03e4d1dc99a99e26c4d975d1cd696bfb363b Mon Sep 17 00:00:00 2001 From: fullname Date: Thu, 27 Nov 2025 16:02:12 +0200 Subject: [PATCH 2/4] Add changelog entry for CONTRIBUTING.rst fix --- changelog/13966.trivial.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/13966.trivial.rst diff --git a/changelog/13966.trivial.rst b/changelog/13966.trivial.rst new file mode 100644 index 00000000000..d13fbea13c0 --- /dev/null +++ b/changelog/13966.trivial.rst @@ -0,0 +1 @@ +Fixed broken contact references in CONTRIBUTING.rst. From ceadbb4f180dcc2d57deeebe3445837784238f12 Mon Sep 17 00:00:00 2001 From: fullname Date: Thu, 27 Nov 2025 16:18:19 +0200 Subject: [PATCH 3/4] Add correct changelog entry for PR #14010 --- changelog/13966.trivial.rst | 1 - changelog/14010.doc.rst | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 changelog/13966.trivial.rst create mode 100644 changelog/14010.doc.rst diff --git a/changelog/13966.trivial.rst b/changelog/13966.trivial.rst deleted file mode 100644 index d13fbea13c0..00000000000 --- a/changelog/13966.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed broken contact references in CONTRIBUTING.rst. diff --git a/changelog/14010.doc.rst b/changelog/14010.doc.rst new file mode 100644 index 00000000000..4d28173bdd7 --- /dev/null +++ b/changelog/14010.doc.rst @@ -0,0 +1 @@ +Fixed broken :ref: links in CONTRIBUTING.rst. From 17b6578ee9bcc9a4c2b7005b8ac4b526f515e75d Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sat, 29 Nov 2025 11:28:15 +0200 Subject: [PATCH 4/4] Delete changelog/14010.doc.rst --- changelog/14010.doc.rst | 1 - 1 file changed, 1 deletion(-) delete mode 100644 changelog/14010.doc.rst diff --git a/changelog/14010.doc.rst b/changelog/14010.doc.rst deleted file mode 100644 index 4d28173bdd7..00000000000 --- a/changelog/14010.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed broken :ref: links in CONTRIBUTING.rst.