Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 406 Bytes

CONTRIBUTE.md

File metadata and controls

20 lines (12 loc) · 406 Bytes

Contribution

Want to help contribute something to the project? Awesome! Please take a moment to review this document.

General

Contributions should be done on develop branch.

Before submitting a pull request make sure

  • the coding style is indistinguishable from the existing code
  • npm run lint should pass
  • npm run test should pass

Fixing a bug

Adding a new feature