Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 946 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 946 Bytes

We accept all kinds of contributions, whether they are bug fixes, pull requests or documentation updates!

If you want to develop new content for this collection or improve what is already here, the easiest way to work on the collection is to clone it into one of the configured COLLECTIONS_PATH, and work on it there.

For example, if you are working in the ~/dev directory:

cd ~/dev
git clone https://github.com/telekom-mms/ansible-collection-acme collections/ansible_collections/telekom_mms/acme
export COLLECTIONS_PATH=$(pwd)/collections:$COLLECTIONS_PATH

You can find more information in the developer guide for collections, and in the Ansible Community Guide.