- Fork the project (click on "Fork" in the project's page at GitHub)
- Clone the fork to your computer (
git clone your-fork
) - Run
npm i
in the project's root folder - Add your contribution
- Update
readme.md
whether you added new classes, i.e., describe them - Run
npm run build
to update thedist
folder - Add tests to check your contribution (mandatory step)
- Run
npm test
to run the tests - Commit and push.
- Create a Pull Request (click on "Pull Request" in your fork's page at GitHub)