From 20095472d0b5db48cbfb4c912a22d9ab1e3d1c63 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 10 Mar 2020 16:01:56 -0400 Subject: [PATCH] CONTRIBUTING.md: harmonize list style with the rest of the docs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Append full stops (periods, for our non-British friends) and capitalize list elements as they are complete sentences on their own. Signed-off-by: Jérémie Galarneau Change-Id: I7646cafa8a23a3dc6cfabea2dd5a54ce244eb2b3 --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 04f5f0da5..6873d7810 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,10 +67,10 @@ submitting patches that apply to the LTTng-tools project. The patch's subject (the commit message's first line) should: - * begin with an uppercase letter - * be written in the present tense - * _not_ exceed 72 characters in length - * _not_ end with a period + * Begin with an uppercase letter. + * Be written in the present tense. + * _Not_ exceed 72 characters in length. + * _Not_ end with a period. In the case of bug fixes, the patch's subject must be prefixed with `Fix:` and a suitable sub-system name. For instance, a patch -- 2.34.1