Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 355 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (5 loc) · 355 Bytes

Feel free to contribute to this project.

  • Make sure that all your changes fit codestyle, run npm run lint.
  • Make sure that all your changes have tests, run npm run unit.
  • Make sure that all your changes have documented in README.
  • Make sure that all your commits follow conventional commit guide.