62 | | Tickets that have patches attached, which could perhaps be reviewed and committed. |
63 | | * [query:"keywords~=haspatch maintainer&status!=closed" haspatch+maintainer] ([[TicketQuery(keywords~=haspatch maintainer&status!=closed, count)]]) |
64 | | Tickets that have patches attached, which were submitted by the maintainer and just need to be committed. |
| 61 | Tickets with patches attached for review. |
| 62 | * [query:"keywords~=haspatch maintainer&status!=closed" haspatch maintainer] ([[TicketQuery(keywords~=haspatch maintainer&status!=closed, count)]]) |
| 63 | Tickets with patches attached by the maintainer. |
66 | | === Unofficial Keywords === |
67 | | * [query:keywords~=lack-of-interest&status!=closed lack-of-interest] ([[TicketQuery(keywords~=lack-of-interest&status!=closed, count)]]) |
68 | | Tickets with keyword ''lack-of-interest'' set and older than 3 days can probably be closed as nobody seems to be interested anymore. |
69 | | * [query:keywords~=needs-review&status!=closed needs-review] ([[TicketQuery(keywords~=needs-review&status!=closed, count)]]) |
70 | | * [query:keywords~=needs-testing&status!=closed needs-testing] ([[TicketQuery(keywords~=needs-testing&status!=closed, count)]]) |
71 | | Intended to use for tickets against base which will add new features. |
| 65 | See DraftKeywordGuidelines for some less-common keywords. |