Where to find issues and start contributing to Django

I want to work on issues with Django, but I cannot find a issues page or a consolidated draft of open issues. If I want to start contrubuting to Django, where should I begin?

Welcome!

The general advice I see on here is to begin with The Contributing Guide.
Contributing to Django | Django documentation | Django

The referenced docs at Writing code | Django documentation | Django give you some tips on how to find something to work on.

Start with reading them, and then do reach out if you have questions.

1 Like

Adding on to the ken’s answer:
If you are looking for issues specifically , django uses its own issue tracker know as Trac.

2 Likes

Yes, thank you for this!!!

Sure! Thank you! I will reach out in case of any problems!