Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Squash] Reword
  • Loading branch information
jasnell authored Oct 27, 2017
commit 0da867161657f340c25b514d63431ca4d30f385c
6 changes: 2 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,8 @@ notes about [commit squashing](#commit-squashing)).
A good commit message should describe what changed and why.

1. The first line should:
- contain a short description of the change
- be 50 characters or less (or as close as possible to 50 characters if it
is necessary to go over in order to provide a *useful* description of the
change)
- contain a short description of the change (preferably 50 characters or less,
and absolutely no more than 72 characters)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Micro-nit, non-blocking obviously: remove absolutely

- be entirely in lowercase with the exception of proper nouns, acronyms, and
the words that refer to code, like function/variable names
- be prefixed with the name of the changed subsystem and start with an
Expand Down