From 299a60f8817794c42ad192714a52a8edb7ede039 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Mon, 11 Nov 2024 10:51:58 +0100 Subject: [PATCH] [TASK] Add anchor for referencing to new sections (#376) --- Documentation/CheatSheets/Git.rst | 1 + Documentation/CoreMergers/Backport.rst | 1 + Documentation/Troubleshooting/Index.rst | 1 + 3 files changed, 3 insertions(+) diff --git a/Documentation/CheatSheets/Git.rst b/Documentation/CheatSheets/Git.rst index 01e7f17..c264be8 100644 --- a/Documentation/CheatSheets/Git.rst +++ b/Documentation/CheatSheets/Git.rst @@ -237,6 +237,7 @@ Other keywords: * other lines <= 72 chars * hyperlinks with > 72 chars are allowed when required (:ref:``) +.. _cheatsheet-git-push-with-message: Workflow - push with Gerrit message =================================== diff --git a/Documentation/CoreMergers/Backport.rst b/Documentation/CoreMergers/Backport.rst index 8e2aed8..8fe71a9 100644 --- a/Documentation/CoreMergers/Backport.rst +++ b/Documentation/CoreMergers/Backport.rst @@ -86,6 +86,7 @@ Push the review back to Gerrit. On Gerrit the original patch will show the cherry-pick as a related patch. +.. _coreMergers-backport-included-in: In which TYPO3 release was a patch merged into? =============================================== diff --git a/Documentation/Troubleshooting/Index.rst b/Documentation/Troubleshooting/Index.rst index f322200..8a52267 100644 --- a/Documentation/Troubleshooting/Index.rst +++ b/Documentation/Troubleshooting/Index.rst @@ -305,6 +305,7 @@ re-create the assets using the following workflow: You will see the Commit Message again and you can now save it. When you push this change, it will create a new Patchset - this is expected behavior. +.. _troubleshooting-included-in: In which TYPO3 release was a patch merged into? -----------------------------------------------