Skip to content

Commit 07a1640

Browse files
aadeinablighj
authored andcommitted
Fixed #36856 -- Mentioned needsnewfeatureprocess resolution in contributor docs.
Co-authored-by: James Bligh <blighj@users.noreply.github.com>
1 parent a876ada commit 07a1640

5 files changed

Lines changed: 16 additions & 5 deletions

File tree

-59.7 KB
Binary file not shown.

docs/internals/_images/contribution_process.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/internals/contributing/bugs-and-features.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Before reporting a bug on the `ticket tracker
2727
* Don't reopen issues that have been marked "wontfix" without finding consensus
2828
to do so on the `Django Forum`_.
2929

30+
* Don't reopen issues that have been marked "needsnewfeatureprocess" without
31+
shepherding an issue through the `new feature ideas`_ GitHub project.
32+
3033
* Don't use the ticket tracker for lengthy discussions, because they're
3134
likely to get lost. If a particular ticket is controversial, please move the
3235
discussion to the `Django Forum`_.

docs/internals/contributing/triaging-tickets.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
344349
If you believe that the ticket was closed in error -- because you're
345350
still having the issue, or it's popped up somewhere else, or the triagers have
346351
made 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

362369
Then, 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.

docs/spelling_wordlist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ Nanggroe
310310
natively
311311
nd
312312
needsinfo
313+
needsnewfeatureprocess
313314
německy
314315
nginx
315316
noding

0 commit comments

Comments
 (0)