The art of committing
General tips:
Commit messages should be clear and specific, ideally limited to 60 characters
In the team, we soft-follow the convention of conventional commits
but instead of
feat
andchore
, we mostly just specify the target “area” in the project that a particular commit is addressing
Learn by example:
Resources to learn more: