Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 741 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 741 Bytes

How to contribute

Install dependencies

npm install

Codestyle

A .prettierrc is available to maintain the coding style.

Unit tests

Run the unittest using the below command:

npm test

Before submitting

Before submitting your Pull Request, please do the following steps:

  1. Add any changes you want.
  2. Add tests for the new changes.
  3. Update the CHANGELOG.md file if necessary.
  4. Edit documentation (README.md) if you have changed something significant.

Other help

You can contribute by spreading a word about this library. It would also be a huge contribution to write a short article on how you are using this project. You can also share your best practices with us.