Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 961 Bytes

notes.md

File metadata and controls

36 lines (27 loc) · 961 Bytes
    feat -> feature
    fix -> bug fix
    docs -> documentation
    style -> formatting, lint stuff
    refactor -> code restructure without changing external behavior
    test -> adding missing tests
    chore -> maintenance
    init -> initial commit
    rearrange -> files moved, added, deleted etc
    update -> update code (versions, library compatibility)