From 66082a7dac7ad357446168d09e6ca3b305f1faf0 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Tue, 26 Aug 2025 16:00:47 -0400 Subject: [PATCH] Corrected definition of "needsinfo" triage stage in contributing guide. --- docs/internals/contributing/triaging-tickets.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/internals/contributing/triaging-tickets.txt b/docs/internals/contributing/triaging-tickets.txt index aac1354e5e..993db7b268 100644 --- a/docs/internals/contributing/triaging-tickets.txt +++ b/docs/internals/contributing/triaging-tickets.txt @@ -350,8 +350,7 @@ Then, you can help out by: "wontfix". * Closing "Unreviewed" tickets as "needsinfo" when the description is too - sparse to be actionable, or when they're feature requests requiring a - discussion on the `Django Forum`_. + sparse to be actionable. * Correcting the "Needs tests", "Needs documentation", or "Has patch" flags for tickets where they are incorrectly set.