From 42228d024ff082c536738ffa3b1e1c6ab62ab3e6 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Wed, 13 May 2015 22:28:14 +0200 Subject: [PATCH] doc: recommendations related to performances / cleanup Signed-off-by: Loic Dachary --- CONTRIBUTING.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index ed7e4eadc1175..3bc51fd4184e5 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 -- 2.39.5