Skip to content

Instantly share code, notes, and snippets.

@guillaumecabanel
Created January 16, 2023 14:47
Show Gist options
  • Save guillaumecabanel/03f6e04827d07998e4cb19ea4a4cc68e to your computer and use it in GitHub Desktop.
Save guillaumecabanel/03f6e04827d07998e4cb19ea4a4cc68e to your computer and use it in GitHub Desktop.
Commit types

Commit types

build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)

ci: Changes to our CI configuration files and scripts (examples: CircleCi, SauceLabs)

docs: Documentation only changes

feat: A new feature

fix: A bug fix

perf: A code change that improves performance

refactor: A code change that neither fixes a bug nor adds a feature

test: Adding missing tests or correcting existing tests


source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment