Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.08 KB

README.rst

File metadata and controls

41 lines (28 loc) · 1.08 KB
Root.Metadata.CommitMessage Parent Index
Sibling aspects

CommitMessage

Your commit message the documentation associated with your source code.

Subaspects

Example

YapfBear: Add `YapfBear`

Importance

Good commit messages can help you to identify bugs (e.g. through git bisect) or find missing information about unknown source code (through git blame).

Commit messages are also sometimes used to generate - or write manually - release notes.

How to fix this

Enforce the use of commit messages.