-
Fork the repository on GitHub and clone it locally.
-
Run
npm install
to install the dependencies. -
Create a branch for your changes.
-
Once your changes are done, run
npm run build
to build the package. -
Create tests for your changes in the
__tests__
directory -
Run
npm test
to make sure all tests pass. -
If all tests pass, commit your changes and push them to your fork.
-
Create a pull request.