]> git.proxmox.com Git - ceph.git/blob - ceph/CONTRIBUTING.rst
patch: fix `ceph dashboard` subcommand becoming unavailable on crash
[ceph.git] / ceph / CONTRIBUTING.rst
1 For the general process of submitting patches to Ceph, read the below
2
3 `Submitting Patches`_
4
5 For documentation patches the following guide will help you get started
6
7 `Documenting Ceph`_
8
9 Performance enhancements must come with test data and detailed
10 explanations.
11
12 Code cleanup is appreciated, as are patches that fix bugs or
13 implement features. Except on rare occasions, code cleanup that only
14 relates to coding style or modifies whitespace is discouraged,
15 primarily because it can cause problems when rebasing and backporting.
16
17 .. _Submitting Patches: SubmittingPatches.rst
18 .. _Documenting Ceph: doc/start/documenting-ceph.rst