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 <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
This commit is contained in:
Zac Dover 2024-12-04 21:43:12 +01:00
parent d555ab9493
commit 5d584b4bad

View File

@ -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
<https://github.com/ceph/ceph/blob/main/SubmittingPatches-backports.rst>`_ for
more information.