Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 1.04 KB

Contribute

Thank you for considering to contribute to this project!

What to contribute

  • report errors as issues
  • test unstable modules and report if they work as expected
  • add ansible-based tests for some error-case(s) you have encountered
  • extend or correct the documentation
  • add missing inline documentation as standardized
    • should be placed in <COLLECTION>/plugins/module_utils/inline_docs/<MODULE>.py and then imported in the module
  • contribute code fixes or optimizations
  • implement additional API endpoints/modules

Module development

See: Documentation - Development