Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 2.24 KB

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) · 2.24 KB

Contributing

Hello and welcome! Thank you for being interested in contributing to this project.

First of all get confident with the Ansible Collections Overview.

We accept pull requests for bugfixes, new features, and other improvements, assuming they pass our review. If you are planning a larger feature or refactoring, please create an issue first to discuss it with us.

🐛 Reporting an issue

Please search in the issue list and if has not been already reported, open a new issue

🏗 To contribute

A more extensive walk-through can be found in Ansible's Contributing to collections.

  1. Fork this repo (when checking it out, see here for how to place the checkout correctly)

  2. Create a feature branch

  3. Commit and push your code. To make the process faster, please ensure:

Please note that all PRs that are not strictly documentation, testing, or add a new plugin or module, require a changelog fragment. See Creating a changelog fragment for information on that.

Further resources:

This repository adheres to the Ansible Community code of conduct