I would like do some minor bug fixes where do I find prioritized list?

Hi

I am new to Ansible and would like to learn more about it by understanding the features and fixing some bugs, Where can I find the prioritized bug list?

I would like to start with minor bug fixes before I jump into contributing code for features.

Thanks,
NP

Hi,

I’m also interested in starting by fixing some minor bugs. How can I start contributing?

Thanks,
OM

I would recommend starting in the Extras modules repository. Look at
all issues labeled "bug report". There's no particular prioritization
there; just look at the oldest issues first.

https://github.com/ansible/ansible-modules-extras/issues?q=is%3Aopen+label%3Abug_report+sort%3Aupdated-asc

Extras modules are a good place to start because they're lowest risk.
As you get more familiar, you can move to core modules, and ultimately
the core codebase itself.

Be sure to read through the module guidelines as well:
http://docs.ansible.com/ansible/developing_modules.html

Thanks for your interest in contributing!

--g