Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 462 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 462 Bytes

Interested in Contributing to Zodiac?

We welcome and encourage contributions of any size. It is our hope that Zodiac will evolve through community involvement.

Getting a development environment up and running.

  • 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 ./...