From f12c4bf1a60a57a3c6b3770499022f4db403afea Mon Sep 17 00:00:00 2001 From: Baohua Yang Date: Tue, 2 Aug 2016 13:43:32 +0800 Subject: [PATCH] Fix the git commit msg example Remove the period at the head line, and make it more readable. Change-Id: I09956d5e289cc6653f5830684eb7ffd4db09d7d3 Signed-off-by: Baohua Yang --- docs/Gerrit/changes.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/Gerrit/changes.md b/docs/Gerrit/changes.md index 840735aa280..8ac57f28cdf 100644 --- a/docs/Gerrit/changes.md +++ b/docs/Gerrit/changes.md @@ -38,9 +38,12 @@ function and a third one changes the code's functionality. An example commit file is illustrated below in detail: ``` -Updating tables presentation. +A short description of your change with no period at the end -Tables were misaligned; fixed spacing. +You can add more details here in several paragraphs, but please keep each line +width less than 80 characters. A bug fix should include the issue number. + +Fix Issue # 7050. Change-Id: IF7b6ac513b2eca5f2bab9728ebd8b7e504d3cebe1 Signed-off-by: Your Name commit-sender@email.address