See how a minor change to your commit message style can make you a better programmer. Format: <type>(<scope>): <subject> <scope> is optional Some type usually used: feat: (new feature for the user, not a new feature for build script). fix: (bug fix for the user, not a fix to a build script). docs: (changes to the […]