From e74c7666c7cb80fb48e65403b916ba775538cd0e Mon Sep 17 00:00:00 2001 From: c74d <8573dd@gmail.com> Date: Wed, 10 Oct 2018 21:06:12 +0000 Subject: CONTRIBUTING.md: Clarify clarification on periods Commit 9428c28f7a37038b594c5ff36b1669b0f21afe41 added a note in `CONTRIBUTING.md` saying that, "For consistency, there should not be a period at the end of the commit message." I believe it would be more correct (with respect to consistency) to say that there should not be a full stop/period at the end of the commit message's *summary line* (the first line of the commit message) (indeed, the example commit message just above this note clearly does use full stops outside of its summary line), and this patch changes `CONTRIBUTING.md` accordingly. --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2b88f15d276e..07eddc80c253 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -20,7 +20,7 @@ under the terms of [COPYING](../COPYING), which is an MIT-like license. (Motivation for change. Additional information.) ``` - For consistency, there should not be a period at the end of the commit message. + For consistency, there should not be a period at the end of the commit message's summary line (the first line of the commit message). Examples: -- cgit 1.4.1