Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 177 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (15 loc) · 177 Bytes

Contributing

Commit rules

Commit message should looks like

[TYPE] some message

Types

  • Add
  • Fix
  • Update
  • Remove
  • Refactor
  • Docs
  • Test
  • Improve