Skip to content

Commit

Permalink
git: Add commit body's sentences restrictions
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpy <[email protected]>
  • Loading branch information
carpawell committed Oct 23, 2023
1 parent 852b81c commit 68247d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion git.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ The following format is expected:
Long description with references, links, test data and whatever else is
needed to explain what, why and how is changed (use up to 80-character
columns for word-wrapping, any attachment like an application log,
external link, utility output is an exception).
external link, utility output is an exception). It should consist of
sentences (or a single sentence) that start with a capital letter and end
with a period.

Signed-off-by: Your Name <[email protected]>

Expand Down

0 comments on commit 68247d0

Please sign in to comment.