Contributions are very welcome, whether it's refactoring or taking care of the issues.
Quick guide to contributing:
- Fork the repo.
- create your branch
git checkout -b branch-name
bonus for feature branches - Make your changes.
- Test to make sure you have not broken any existing functionality.
- Commit your changes.
- Push to your branch.
- Submit a pull request.
We will do our best to merge your PR or provide feedback as soon as possible!