Conventional Commits: A Guide to Writing Structured Git Commit Messages
📰 Hackernoon
Conventional Commits is a lightweight specification for writing commit messages that are human-readable and machine-processable. A conventional commit message mimics the structure of an email, with a clear header (subject), optional body, and optional footer.
DeepCamp AI