From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- CONTRIBUTING.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CONTRIBUTING.rst (limited to 'CONTRIBUTING.rst') diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 000000000..fb832c0fb --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,18 @@ +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 -- cgit v1.2.3