← Graph

Commit messages must start with a transformation verb

takeaway 1 connections

Because the team limits commits to the five transformations, CI enforces that every commit message starts with one of the allowed verbs: remove, fix, refactor, change, add — or the synonym forms move, rename, upgrade, downgrade. A non-matching commit message is rejected by CI because the commit corresponds to no recognized kind of transformation.

type
recommendation
takeaway Commit messages must start with a transformation verb
from_talk
CI constraint described in the talk.

Provenance