Contributions to this project are welcome, just follow these steps.
- Fork this repository and create a feature branch named after the feature you want to implement
- Make your changes on your branch
- Add some test if possibe
- Make sure all tests pass (I recommend installing Overcommit)
- Submit a PR/MR on GitHub or GitLab
Note: Make sure you rebase your feature branch on top of master from time to time.