Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 576 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (17 loc) · 576 Bytes

Contributing

Hi there 👋. Pull requests are most welcome !

Prerequisites

  • You need to have Go (>=1.6) installed in your machine.
  • Git client (duh ..).

Working with the code

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 !