Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 773 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 773 Bytes

Commit convention

Tag name Description
feat Commits that add a new feature
fix Commits that fix a bug
build Commits that affect build components
chore Miscellaneous commits
style Commits for code styling or format
docs Commits that affect documentation only
test Commits that add missing tests or correcting existing tests
refactor Commits for code refactoring