Merge pull request #28 from kubernetes-incubator/o5

Update CONTRIBUTING.md
This commit is contained in:
mbohlool 2016-11-21 12:52:09 -08:00 committed by GitHub
commit 1ffd2f78af

View File

@ -23,4 +23,4 @@ Follow either of the two links above to access the appropriate CLA and instructi
### Adding dependencies
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/kubernetes/kubernetes/blob/master/docs/devel/development.md#godep-and-dependency-management).
If your patch depends on new packages, add those packages to [requirements.txt](requirements.txt) and [setup.py](setup.py).