Skip to content

Commit 7d0a494

Browse files
committed
Merge pull request #22891 from rewolf
* pr/22891: Polish contribution Polish CONTRIBUTING.md
2 parents 2803905 + 1542d97 commit 7d0a494

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,8 @@ multiple edits or corrections of the same logical change. See
8383
[Rewriting History section of Pro Git](https://git-scm.com/book/en/Git-Tools-Rewriting-History)
8484
for an overview of streamlining commit history.
8585

86-
1. Format commit messages using 55 characters for the subject line, 72 lines for the
87-
description, followed by the issue fixed, e.g. `Fixes #22276`.
88-
See the
86+
1. Format commit messages using 55 characters for the subject line, 72 characters per line
87+
for the description, followed by the issue fixed, e.g. `Fixes #22276`. See the
8988
[Commit Guidelines section of Pro Git](https://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project#Commit-Guidelines)
9089
for best practices around commit messages and use `git log` to see some examples.
9190

0 commit comments

Comments
 (0)