From: Dan van der Ster Date: Fri, 14 Nov 2025 19:09:44 +0000 (-0800) Subject: doc/CONTRIBUTING: link to Governance rules X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c230b3086e2301563fc1892c21e073f213e47dd6;p=ceph.git doc/CONTRIBUTING: link to Governance rules The Ceph Project charter links to this file where we are to define detailed project operations and processes. Link to our our existing Governance rules to connect the dots here. Signed-off-by: Dan van der Ster Signed-off-by: Josh Durgin Signed-off-by: Neha Ojha --- diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index fb832c0fb77..faad1536acb 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,3 +1,7 @@ +Project governance is defined in + +`Governance`_ + For the general process of submitting patches to Ceph, read the below `Submitting Patches`_ @@ -16,3 +20,4 @@ primarily because it can cause problems when rebasing and backporting. .. _Submitting Patches: SubmittingPatches.rst .. _Documenting Ceph: doc/start/documenting-ceph.rst +.. _Governance: doc/governance.rst