Six steps for contributing:
- Fork this repository if you desire!
- Create your new branch:
git checkout -b your-custom-branch-name
- Make your changes on the
src
folder. Please, don't use thedist
folder. - Commit your changes:
git commit -m 'Your comment here ...'
- Push to the branch:
git push origin your-new-change
- Submit a pull request to the repo.