git: b2a9be92ae - main - committers-guide: add missing line break in commit message section
Ed Maste
emaste at FreeBSD.org
Sat Feb 20 19:10:39 UTC 2021
The branch main has been updated by emaste (src committer):
URL: https://cgit.FreeBSD.org/doc/commit/?id=b2a9be92aee666cd2bdccfc0af6adac52f84e7fa
commit b2a9be92aee666cd2bdccfc0af6adac52f84e7fa
Author: Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-02-20 19:08:52 +0000
Commit: Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-02-20 19:09:20 +0000
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
More information about the dev-commits-doc-all
mailing list