Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 334 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 334 Bytes

Contributing

You will need:

  • Node.js

Fork and clone the repository.

Create a new branch for each issue or new feature that you want to contribute.

Before send a PR:

  • Rebase.
  • Run the script to make sure that your code follows our linter and prettier rules: (npm run check-code).
  • Squash your commits.

SEND A PR.

Thanks.