diff options
| author | Piotr Szczesniak <pszczesniak@google.com> | 2015-09-04 13:40:24 +0200 |
|---|---|---|
| committer | Piotr Szczesniak <pszczesniak@google.com> | 2015-09-04 13:40:24 +0200 |
| commit | c75f57542be2765a1faf0b1d80e3ed92fddf5c0d (patch) | |
| tree | 2db960ec49f79835db748d616fb167c205b9f37a /development.md | |
| parent | f8a0e45ebb98f2d15446906c651962a395f38dbe (diff) | |
| parent | ca9f771cf90bd88378a3e6b0cee9f1dcfeea58c7 (diff) | |
Merge pull request #13278 from bgrant0607/docfix2
Start on expanding code expectations (aka "The bar")
Diffstat (limited to 'development.md')
| -rw-r--r-- | development.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/development.md b/development.md index 65ab981b..fc14333b 100644 --- a/development.md +++ b/development.md @@ -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``. |
