From: Jérémie Galarneau Date: Tue, 10 Mar 2020 17:22:02 +0000 (-0400) Subject: CONTRIBUTING.md: clarify the guidelines for commit messages X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=a7a3543002579da4f6fb5a7621e39e03a45c5e94;hp=a7a3543002579da4f6fb5a7621e39e03a45c5e94;p=deliverable%2Flttng-tools.git CONTRIBUTING.md: clarify the guidelines for commit messages In order to streamline the code review process, I am adding a more detailed explanation of the desired commit message format. Of note, the commit title format `Fix: sub-system`, used informally for a couple of months, is adopted for bug fixes. A template of the sections expected in the commit message body of those patches is also included. More general guidelines are also added for feature contributions. Signed-off-by: Jérémie Galarneau Change-Id: Id0097949ca984e88367e8e78cb6111adb30c5b99 ---