- 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 iin the project's root folder - Add your contribution
- Update
readme.mdwhether you added new classes, i.e., describe them - Run
npm run buildto update thedistfolder - Add tests to check your contribution (mandatory step)
- Run
npm testto run the tests - Commit and push.
- Create a Pull Request (click on "Pull Request" in your fork's page at GitHub)