more explicit requirements for pre-commit hook

This commit is contained in:
Morgan Bauer 2016-04-28 18:41:45 -07:00
parent 492762d394
commit d2caed3ecc
No known key found for this signature in database
GPG Key ID: 23F15C502128F348

View File

@ -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/