Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 374 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 374 Bytes

FreeMe Code

Commit Types

  • build -- Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • docs -- Documentation changes
  • feat -- You added a feature
  • fix -- A bug fix
  • perf -- Imporove performance
  • refactor -- Refactor old code
  • style -- Make the code look more SPICY
  • test -- Added a test
  • file -- Added a file