diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-05-01 09:03:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-01 09:03:06 -0500 |
commit | a3f5c0ce84f32ada05d718d3e6e5a505ec0f9221 (patch) | |
tree | 3c51f5d717561f9275238d780a2b00a682f0fb8c /CONTRIBUTING.md | |
parent | 0d2d82f2718cd4674020821c9f00371aa5bc6ee0 (diff) | |
parent | d8a70bbd179c59e121a652f2b590f65ed7889eab (diff) | |
download | openshift-a3f5c0ce84f32ada05d718d3e6e5a505ec0f9221.tar.gz openshift-a3f5c0ce84f32ada05d718d3e6e5a505ec0f9221.tar.bz2 openshift-a3f5c0ce84f32ada05d718d3e6e5a505ec0f9221.tar.xz openshift-a3f5c0ce84f32ada05d718d3e6e5a505ec0f9221.zip |
Merge pull request #4027 from tbielawa/contrib_pre-commit_hook
Merged by openshift-bot
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a2c582722..1c0fa73ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -150,6 +150,13 @@ be reinstalled. Here are some useful tips that might improve your workflow while working on this repository. +#### Git Hooks + +Git hooks are included in this repository to aid in development. Check +out the README in the +[hack/hooks](http://github.com/openshift/openshift-ansible/blob/master/hack/hooks/README.md) +directory for more information. + #### Activating a virtualenv managed by tox If you want to enter a virtualenv created by tox to do additional debugging, you |