Merge pull request #13278 from bgrant0607/docfix2

Start on expanding code expectations (aka "The bar")
This commit is contained in:
Piotr Szczesniak
2015-09-04 13:40:24 +02:00
7 changed files with 199 additions and 15 deletions

View File

@@ -112,6 +112,8 @@ fixups (e.g. automated doc formatting), use one or more commits for the
changes to tooling and a final commit to apply the fixup en masse. This makes
reviews much easier.
See [Faster Reviews](faster_reviews.md) for more details.
## godep and dependency management
Kubernetes uses [godep](https://github.com/tools/godep) to manage dependencies. It is not strictly required for building Kubernetes but it is required when managing dependencies under the Godeps/ tree, and is required by a number of the build and test scripts. Please make sure that ``godep`` is installed and in your ``$PATH``.