Hi there 👋. Pull requests are most welcome !
Use the Makefile to go about your regular business.
- Clone the repo.
git clone git@github.com:agnivade/funnel.git
- Install dependencies.
make get-dep
-
Make changes. Please add test cases too ! 😁
-
Test everything works fine.
make test
- Check for linting errors.
make lint
- Send your PR !