From f40e9568e0cb12e2c7b103479b56727445869283 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Wed, 4 Dec 2024 21:43:12 +0100 Subject: [PATCH] doc/dev: instruct devs to backport Add a note to doc/dec/development-workflow.rst that instructs developers to do their own backports. This change was requested by Laura Flores on 04 Dec 2024. Co-authored-by: Anthony D'Atri Signed-off-by: Zac Dover (cherry picked from commit 5d584b4badb606d372c266424f59076408f62f40) --- doc/dev/development-workflow.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/dev/development-workflow.rst b/doc/dev/development-workflow.rst index dfcab929daaeb..54261b8f66d97 100644 --- a/doc/dev/development-workflow.rst +++ b/doc/dev/development-workflow.rst @@ -243,6 +243,10 @@ differences: * All commits are cherry-picked with ``git cherry-pick -x`` to reference the original commit +.. note: If a backport is appropriate, the submitter is responsible for + determining appropriate target stable branches to which backports must be + made. + See `the backporter manual `_ for more information. -- 2.39.5