New in community

Hi All,
I’m using ansible for some time and I would like to help community with bug fixing and developing new features. It’s my first attempt to join such party so I need a little guiding and hooking me up. Any tips appreciated :slight_smile:
Cheers,
Michal

Michal,

Probably the best way to start is by looking at issues in modules that
you use regularly; the more familiar you are with the functionality
is, the more likely you will be to make meaningful fixes.

Issues in modules can be found here:
https://github.com/ansible/ansible-modules-extras/issues
https://github.com/ansible/ansible-modules-core/issues

You can also take a look at the module guidelines:
http://docs.ansible.com/developing_modules.html#module-checklist

--g