Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 490 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 490 Bytes

Contributing

Vendoring a new dependency

The project currently checks in all vendored dependencies. Our vendoring tool of choice at present is dep.

Adding a dependency is relatively straightforward:

  dep ensure -add github.com/some-user/some-dep

Running the tests

You'll need ginkgo! You can install it here.

Then you can run the tests like this:

  ginkgo -r -race -p .