Contributing to this project should be as easy and transparent as possible.
We use GitHub Flow, so all code changes happen through pull requests.
- Fork the repository and create your branch from
master
. - Change what you think is needed and rebuild the lib
npm run build
(to develop you can usenpm run dev
). - Don't forget to update documentation.
- Issue the pull request! 🎉