Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.02 KB

File metadata and controls

16 lines (13 loc) · 1.02 KB

Guidelines for doing a commit

Prefix Purpose Example
feat New feature feat(cart): add discount feature
fix Bug fix fix(ui): resolve alignment issue
docs Documentation update docs: update installation guide
style Code formatting/style style: format code with prettier
refactor Code change, not fixing bug/feature refactor(api): simplify call chain
test Add or update tests test(auth): add login tests
chore Miscellaneous tasks chore: update dependencies
build Changes to build system build: switch to webpack 5

2. Respect authorship