diff options
| author | Brian Grant <briangrant@google.com> | 2015-08-27 21:12:06 +0000 |
|---|---|---|
| committer | Brian Grant <briangrant@google.com> | 2015-09-01 20:33:59 +0000 |
| commit | ca9f771cf90bd88378a3e6b0cee9f1dcfeea58c7 (patch) | |
| tree | 63da8ae2a17bb88bdb80260eead2ca129c6e334d /development.md | |
| parent | cda298a5a0c75419481754b80077d77fbf23b7e8 (diff) | |
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 a266f7cb..44ceee1c 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``. |
