From: Zac Dover Date: Wed, 4 Dec 2024 20:43:12 +0000 (+0100) Subject: doc/dev: instruct devs to backport X-Git-Tag: v18.2.5~220^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=fa46cebd5bd90884c1fec3116ed1bfbde42e1e1b;p=ceph.git 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) --- 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.