@@ -327,6 +327,11 @@ A ticket can be resolved in a number of ways:
327327 close a ticket. Always use the forum to get a consensus before reopening
328328 tickets closed as "wontfix".
329329
330+ * needsnewfeatureprocess
331+ Used when the ticket merits a new feature, which will need to get
332+ community input and support.
333+ See the :ref:`process for suggesting new features <requesting-features>`.
334+
330335* duplicate
331336 Used when another ticket covers the same issue. By closing duplicate
332337 tickets, we keep all the discussion in one place, which helps
@@ -344,8 +349,10 @@ A ticket can be resolved in a number of ways:
344349If you believe that the ticket was closed in error -- because you're
345350still having the issue, or it's popped up somewhere else, or the triagers have
346351made a mistake -- please reopen the ticket and provide further information.
347- Again, please do not reopen tickets that have been marked as "wontfix" and
348- bring the issue to the `Django Forum`_ instead.
352+ Again, please do not reopen tickets that have been marked as "wontfix" or
353+ "needsnewfeatureprocess". For "wontfix" tickets, bring the issue to the
354+ `Django Forum`_ instead. For "needsnewfeatureprocess" tickets, propose the
355+ feature through the :ref:`new features process <requesting-features>`.
349356
350357.. _how-can-i-help-with-triaging:
351358
@@ -361,8 +368,8 @@ reset page`_.
361368
362369Then, you can help out by:
363370
364- * Closing "Unreviewed" tickets as "invalid", "worksforme", or "duplicate", or
365- "wontfix".
371+ * Closing "Unreviewed" tickets as "invalid", "worksforme", "duplicate",
372+ "wontfix", or "needsnewfeatureprocess" .
366373
367374* Closing "Unreviewed" tickets as "needsinfo" when the description is too
368375 sparse to be actionable.
0 commit comments