Fixes #36: Add contribution guide. (#37)

* Fixes #36: Add contribution guide.

* Pin Ansible release to 2.9.x for OpenShift CI.
This commit is contained in:
Jeff Geerling
2020-09-24 12:37:30 -05:00
committed by GitHub
parent 037f8b1f4f
commit b7e341842d
3 changed files with 68 additions and 1 deletions

View File

@@ -60,6 +60,8 @@ For documentation on how to use individual plugins included in this collection,
If you want to develop new content for this collection or improve what's already here, the easiest way to work on the collection is to clone it into one of the configured [`COLLECTIONS_PATHS`](https://docs.ansible.com/ansible/latest/reference_appendices/config.html#collections-paths), and work on it there.
See [Contributing to community.okd](CONTRIBUTING.md).
The `tests` directory contains configuration for running sanity tests using [`ansible-test`](https://docs.ansible.com/ansible/latest/dev_guide/testing_integration.html).
You can run the `ansible-test` sanity tests with the command: