From d2caed3eccfdff062649643735ba04b120ff663d Mon Sep 17 00:00:00 2001 From: Morgan Bauer Date: Thu, 28 Apr 2016 18:41:45 -0700 Subject: [PATCH] more explicit requirements for pre-commit hook --- docs/devel/development.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/devel/development.md b/docs/devel/development.md index 53706cad866..415bb49037d 100644 --- a/docs/devel/development.md +++ b/docs/devel/development.md @@ -116,8 +116,11 @@ git remote set-url --push upstream no_push ### Committing changes to your fork -Before committing any changes, please link/copy these pre-commit hooks into your .git -directory. This will keep you from accidentally committing non-gofmt'd Go code. +Before committing any changes, please link/copy the pre-commit hook +into your .git directory. This will keep you from accidentally +committing non-gofmt'd Go code. In addition this hook will do a build. + +The hook requires both Godep and etcd on your `PATH`. ```sh cd kubernetes/.git/hooks/