Files
ceph/CONTRIBUTING.rst
Dan van der Ster c230b3086e 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 <dan.vanderster@clyso.com>
Signed-off-by: Josh Durgin <jdurgin@ibm.com>
Signed-off-by: Neha Ojha <nojha@ibm.com>
2026-02-25 12:28:36 -08:00

24 lines
716 B
ReStructuredText

Project governance is defined in
`Governance`_
For the general process of submitting patches to Ceph, read the below
`Submitting Patches`_
For documentation patches the following guide will help you get started
`Documenting Ceph`_
Performance enhancements must come with test data and detailed
explanations.
Code cleanup is appreciated, as are patches that fix bugs or
implement features. Except on rare occasions, code cleanup that only
relates to coding style or modifies whitespace is discouraged,
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