Skip to content

Instantly share code, notes, and snippets.

View dennyzain's full-sized avatar
🤝
learning by doing

Denny Zain dennyzain

🤝
learning by doing
View GitHub Profile
@dennyzain
dennyzain / semantic-commit-messages.md
Created September 22, 2024 05:22 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example