🏠 Home

Git Commit Message Conventions

Change type

EnumTypeDescription
featFeatureA new feature
fixBug FixA bug fix
docsDocumentationDocumentation only changes
styleStyleChanges that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
refactorCode RefactoringA code change that neither fixes a bug nor adds a feature
perfPerformance ImprovementA code change that improves performance
testTestAdding missing tests or correcting existing tests
buildBuildChanges that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
ciContinuous IntegrationChanges to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
choreChoreOther changes that don’t modify src or test files
revertRevertRevert a previous commit