Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1 KB

CONTRIBUTING.md

File metadata and controls

22 lines (12 loc) · 1 KB

How to contribute

Zumly is a community-driven project and your contribution matters.

If you haven't already, come find us in our Telegram group. We want you working on things you're excited about.

Testing

Most of our tests are unit-tests written with Jest. Please write Spec examples for new code you create.

Submitting changes

Please send a GitHub Pull Request to Zumly with a clear list of what you've done (read more about pull requests). When you send a pull request, we will love you forever if you include spec test. Please follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit).

Coding conventions

Start reading our code and you'll get the hang of it. Besides, an .editorconfig is provided.

Thanks,

Juan Martín Muda