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.
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.
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.