From: Loic Dachary Date: Wed, 13 May 2015 20:28:14 +0000 (+0200) Subject: doc: recommendations related to performances / cleanup X-Git-Tag: v9.0.2~160^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F4671%2Fhead;p=ceph.git doc: recommendations related to performances / cleanup Signed-off-by: Loic Dachary --- diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index ed7e4eadc117..3bc51fd4184e 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -6,5 +6,13 @@ For documentation patches the the following guide will help you get started `Documenting Ceph`_ +Performance enhancements must come with test data and detailed +explanations. + +Code cleanup is appreciated along with a patch that fixes a bug or +implements a feature. Except on rare occasions, code cleanup that only +involve coding style or whitespace modifications are discouraged, +primarily because they cause problems when rebasing and backporting. + .. _Submitting Patches: SubmittingPatches .. _Documenting Ceph: doc/start/documenting-ceph.rst