Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 312 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 312 Bytes

Contributing notes

Local setup

The easiest way to make a local development setup is to use Docker Compose.

docker-compose up
make init
make

Vendoring

We use dep to vendor dependencies. Please use released version, i.e. do not go get from master branch.