Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 294 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (10 loc) · 294 Bytes

Contributing

  1. Fork repo
  2. Do not forget to install all deps.
  3. Write your code.
  4. Do not use commercial licensed libs.
  5. Writing tests is great.
  6. Updating docs is great too.
  7. Do not forget to npm t and npm run lint before making pull request
  8. Create pull request.
  9. Thank you :)