We welcome and encourage contributions of any size. It is our hope that Zodiac will evolve through community involvement.
- Install Go v1.4.2
- Install Godeps:
$ go get github.com/tools/godep
- Install dependencies
godep go restore
- Install Docker Compose v1.2
- Run the tests:
go test ./...