diff options
author | Tim Bielawa <tbielawa@redhat.com> | 2017-04-27 11:56:54 -0400 |
---|---|---|
committer | Tim Bielawa <tbielawa@redhat.com> | 2017-04-28 10:36:11 -0400 |
commit | 7de281c7a8ddfcde6b416e3c4b0b2abb6c6c67a7 (patch) | |
tree | 3624ff1d64dbb390624c0feca32d73789ea39dee /CONTRIBUTING.md | |
parent | 4a553433d13ebd13499b39a94f5d79968e1d8934 (diff) | |
download | openshift-7de281c7a8ddfcde6b416e3c4b0b2abb6c6c67a7.tar.gz openshift-7de281c7a8ddfcde6b416e3c4b0b2abb6c6c67a7.tar.bz2 openshift-7de281c7a8ddfcde6b416e3c4b0b2abb6c6c67a7.tar.xz openshift-7de281c7a8ddfcde6b416e3c4b0b2abb6c6c67a7.zip |
Contrib: Hook to verify modules match assembled fragments
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 a000802e2..d5b1f3c33 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -140,6 +140,13 @@ tox -re py35-pylint ### Tricks +#### 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 |