Skip to content

Instantly share code, notes, and snippets.

View alexeiidonetskiy's full-sized avatar
:shipit:
What's happening?

Alexeii Donetskiy alexeiidonetskiy

:shipit:
What's happening?
  • Ukraine, Kharkiv
View GitHub Profile

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

.row {
box-sizing: border-box;
display: flex;
margin-right: -15px;
margin-left: -15px;
}
[class*="col-xs-"] {
box-sizing: border-box;
padding-right: 15px;