Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 1.29 KB

Contributing.md

File metadata and controls

34 lines (21 loc) · 1.29 KB

How to contribute

We love pull requests. And following this guidelines will make your pull request easier to merge.

If you want to contribute but don’t know what to do, take a look at these two labels: help wanted and good first issue.

Prerequisites

Development workflow

Run linters and tests:

yarn test

Don’t forget to add tests and update documentation for your changes.

Please update yarn lock file (yarn.lock) if you add or update dependencies.

Other notes

  • If you have commit access to repository and want to make big change or not sure about something, make a new branch and open pull request.
  • We’re using Prettier to format JavaScript, so don’t worry much about code formatting.
  • Don’t commit generated files, like minified JavaScript.
  • Don’t change version number

Need help?

Feel free to ask.