This document provides an overview of how you can participate in improving this project or extending it. We are grateful for all your help: bug reports and fixes, code contributions, documentation or ideas. Feel free to join, we appreciate your support!!
In order to contribute code, please:
- Fork the project.
- Clone the project.
- Add change and test.
- Commit, sign off and push your changes.
- Create a merge-request to the
devel
branch only ! unless it fix a bug.
You can find a well-written guide here.
- Ansible is checked by running the playbook with the syntax-check option, e.g.
ansible-playbook foo.yml --syntax-check
Wherever possible, please refrain from any other formats and stick to simple markdown.