We'd love to accept your patches and contributions to this project. There are just a few small guidelines you need to follow.
- Write your patch
- Add a test case to your patch
- Make sure that
make test
runs properly - Send your patch as a PR
- Fork & clone the repo
- Install Docker
- Install docker-compose
- Run
make test
from the root directory
Execute the following commands:
git checkout master
git pull
make test
make lint
bump2version release
make dist
make upload
bump2version --no-tag patch
git push origin master --tags