Skip to content

Instantly share code, notes, and snippets.

View tif-calin's full-sized avatar

Culi T tif-calin

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
  • ! is optional. It is used when there is a BREAKING CHANGE (aka <major> in semver). Also see this discussion on what is a "breaking change". Or the FluidFramework docs
  • <subject> summary should be in present tense