= Reports = This page presents a list of useful queries into our ticket system. If you're looking to contribute to Django, whether you're a hardcore Python hacker or a complete newbie, below you'll find clear lists of what needs to be done. == Tickets needing some work == Helping out with one (or 12) of these tickets is one of the best ways to help Django! For help on our terminology, see our [http://www.djangoproject.com/documentation/contributing/#ticket-triage ticket triage policy]. * [query:status=new|assigned|reopened&stage=Accepted&has_patch=0 Accepted tickets that need patches] * [query:status=new|assigned|reopened&needs_docs=1 Accepted tickets that need documentation] * [query:status=new|assigned|reopened&needs_tests=1 Accepted tickets that need unit tests] * [query:status=new|assigned|reopened&needs_better_patch=1 Accepted tickets that have patches but need to be improved] == Tickets by triage stage == For help on our terminology, see our [http://www.djangoproject.com/documentation/contributing/#ticket-triage ticket triage policy]. * [query:status=new|assigned|reopened&stage=Unreviewed Unreviewed tickets] * [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&order=priority&stage=Design+decision+needed Tickets needing design decisions] * [query:status=new|assigned|reopened&stage=Accepted Tickets accepted for inclusion] * [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&order=priority&stage=Ready+for+checkin Tickets ready for checkin] == Tickets by popularity == The number of people who are in the CC list is one measure of ticket popularity. These are the most popular tickets, according to the CC list: * [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&cc=%7E%2C%25%2C%25%2C%25%2C%25%2C%25%2C%25%2C%25%2C%25%2C%25%2C%25%2C%25%2C%25%2C%25%2C%25%2C%25&order=priority 15 or more subscribers] * [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&cc=%7E%2C%25%2C%25%2C%25%2C%25%2C%25%2C%25%2C%25%2C%25%2C%25%2C%25%2C&order=priority 10 or more subscribers] * [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&cc=%7E%2C%25%2C%25%2C%25%2C%25%2C%25%2C&order=priority 5 or more subscribers] == Claimed tickets == These tickets have been "claimed" by somebody, which means they're actively being worked on. [http://www.djangoproject.com/documentation/contributing/#claiming-tickets Read more about "claiming" tickets]. * [query:status=new|assigned|reopened&group=owner&owner=!nobody Claimed tickets] == Tickets by status == * [query:status=new|assigned|reopened All open tickets] * [query:status=new|assigned|reopened&group=stage Grouped by triage stage] * [query:status=new|assigned|reopened&group=component Grouped by component] * [query:status=new|assigned|reopened|closed All tickets] (including closed) * [query:group=component Grouped by component] * [query:group=resolution Grouped by resolution] == Tickets by keyword == * [query:status=new|assigned|reopened&keywords=~easy-pickings&order=priority Tickets tagged "easy-pickings"]: Simple, relatively straightforward tickets.