From b2a9be92aee666cd2bdccfc0af6adac52f84e7fa Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sat, 20 Feb 2021 14:08:52 -0500 Subject: [PATCH] committers-guide: add missing line break in commit message section Fixes: 11f82357745e ("Add commit message information to committer's guide") --- documentation/content/en/articles/committers-guide/_index.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index bfa1bccc68..a3697a33df 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -1539,7 +1539,8 @@ as finishing the sentence "when applied, this change will ...". ✓ `foo: Implement the -k (keep) option` + ✗ `foo: Implemented the -k option` + -✗ `This change implements the -k option in foo ✗ -k option added` +✗ `This change implements the -k option in foo` + +✗ `-k option added` === Focus on what and why, not how