Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 642 Bytes

contributing.md

File metadata and controls

18 lines (13 loc) · 642 Bytes

Contribution Guidelines

Before submitting a patch make sure —

  1. Use npm update to load the latest dependencies

  2. All tests are passing. If its a bug add a new test to mimic the bug.

  3. Follows Standard code style.

  4. Commits are in <type>(<scope>): <subject> format. Where type can be — feat fix docs style refactor perf test chore revert.

    Best practice would be to use commitizen to make sure the commit is in standard format.

    npm install commitizen -g
    git cz -a