Skip to content

Instantly share code, notes, and snippets.

View defaul's full-sized avatar

Dmitry defaul

  • San Francisco, CA
View GitHub Profile
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active October 28, 2025 00:04
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

Moved

Now located at https://github.com/JeffPaine/beautiful_idiomatic_python.

Why it was moved

Github gists don't support Pull Requests or any notifications, which made it impossible for me to maintain this (surprisingly popular) gist with fixes, respond to comments and so on. In the interest of maintaining the quality of this resource for others, I've moved it to a proper repo. Cheers!