Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.46 KB

CONTRIBUTING.md

File metadata and controls

55 lines (33 loc) · 1.46 KB

How to contribute

Thank you for investing your time in contributing to our project!


Issues

Solve an issue

See existing issues and feel free to work on any.

Create a new issue

Firstly search if an issue already exists.

If issue related to your problem/feature request doesn't exists, create new issue. There are 3 issue types:

  • Bug report
  • Feature Request
  • Report a security vulnerability

Select one from issue form.

Create PR

When you're finished with the changes, create a pull request, also known as a PR.


Development

  1. Clone this repository.
  2. Install the required requirements:
pip install -r requirements.txt
  1. Install required amazon.aws collection:
ansible-galaxy install -r requirements.yml

You can reuse existing playbooks to test your code changes.


Release process

According to release workflow inside .github workflows collection publication to Ansible Galaxy will happen when admin of the repository will push new tag. This tag must match version used in galaxy.yml file. Release will happen only if desired version was not published on Ansible Galaxy yet.