Merge pull request #1075 from jbeda/tweak-contrib

Update CONTRIBUTING.md for godep.
This commit is contained in:
Daniel Smith 2014-08-27 21:39:42 -07:00
commit 4379fabd5e

View File

@ -25,4 +25,4 @@ Please read [this doc](https://github.com/GoogleCloudPlatform/kubernetes/blob/ma
## Adding dependencies
If your patch depends on new packages, add them to `third_party/deps.sh` and run `third_party/update.sh [package]` to fetch and commit the dependency.
If your patch depends on new packages, add that package with [`godep`](https://github.com/tools/godep). Follow the [instructions to add a dependency](https://github.com/tools/godep#add-a-dependency).