more explicit requirements for pre-commit hook

parent 492762d3
...@@ -116,8 +116,11 @@ git remote set-url --push upstream no_push ...@@ -116,8 +116,11 @@ git remote set-url --push upstream no_push
### Committing changes to your fork ### Committing changes to your fork
Before committing any changes, please link/copy these pre-commit hooks into your .git Before committing any changes, please link/copy the pre-commit hook
directory. This will keep you from accidentally committing non-gofmt'd Go code. 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 ```sh
cd kubernetes/.git/hooks/ cd kubernetes/.git/hooks/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment