Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 458 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 458 Bytes

How to contribute

Wanna report a bug or new feature?

Just head over to Github issues.

Contribute to the codebase?

What we like:

  • Small PRs.
  • Commit messages that are clean but also fun.
  • Writing unit tests for critical code.

What we use (you should install these tools in your favorite editor):

  • Javascript: typescript, eslint, prettier.
  • Python: pylint, black, isort, mypy, pytest.