Add contrib page

Fixes: #120

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2020-08-12 17:57:44 +05:30
parent f38cae329d
commit f58e6489ce
2 changed files with 68 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ Click on the name of a plugin or module to view that content's documentation:
### Installing the Collection from Ansible Galaxy
Before using the Kuberentes collection, you need to install it with the Ansible Galaxy CLI:
Before using the Kubernetes collection, you need to install it with the Ansible Galaxy CLI:
ansible-galaxy collection install community.kubernetes
@@ -128,6 +128,8 @@ For documentation on how to use individual modules and other content included in
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.kubernetes](CONTRIBUTING.md).
### Testing with `ansible-test`
The `tests` directory contains configuration for running sanity and integration tests using [`ansible-test`](https://docs.ansible.com/ansible/latest/dev_guide/testing_integration.html).