Changes between Version 8 and Version 9 of Reports
- Timestamp:
- Jan 22, 2007, 8:44:13 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Reports
v8 v9 1 1 = Reports = 2 3 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. 2 4 3 5 == Tickets needing some work == 4 6 5 Helping out with one of these tickets is one of the best ways to help Django!7 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]. 6 8 7 * [query:status=new|assigned|reopened&stage=Accepted&has_patch=0 Accepted tickets withoutpatches].8 * [query:status=new|assigned|reopened&needs_docs=1 Patches that are missingdocumentation].9 * [query:status=new|assigned|reopened&needs_tests=1 Patches that need unit tests].10 * [query:status=new|assigned|reopened&needs_better_patch=1 Patches that need some other form of improvement].11 9 * [query:status=new|assigned|reopened&stage=Accepted&has_patch=0 Accepted tickets that need patches]. 10 * [query:status=new|assigned|reopened&needs_docs=1 Accepted tickets that need documentation]. 11 * [query:status=new|assigned|reopened&needs_tests=1 Accepted tickets that need unit tests]. 12 * [query:status=new|assigned|reopened&needs_better_patch=1 Accepted tickets that have patches but need to be improved]. 13 12 14 == Tickets by triage stage == 15 16 For help on our terminology, see our [http://www.djangoproject.com/documentation/contributing/#ticket-triage ticket triage policy]. 13 17 14 18 * [query:status=new|assigned|reopened&stage=Unreviewed Unreviewed tickets]. … … 16 20 * [query:status=new|assigned|reopened&stage=Accepted Tickets accepted for inclusion]. 17 21 * [query:?status=new&status=assigned&status=reopened&stage=Ready+for+checkin Tickets ready for checkin]. 18 22 19 23 == Tickets by status == 20 24