From a9b98f59aaff3f7281fedb27563a263dbb7753ec Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 19 May 2013 15:23:11 +0200 Subject: [PATCH] Clarified when triagers should close tickets as needsinfo. https://groups.google.com/d/msg/django-developers/dyldP9kFADc/rHTlRBVEP8MJ --- docs/internals/contributing/triaging-tickets.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/internals/contributing/triaging-tickets.txt b/docs/internals/contributing/triaging-tickets.txt index bc6148ca46..43b799ed51 100644 --- a/docs/internals/contributing/triaging-tickets.txt +++ b/docs/internals/contributing/triaging-tickets.txt @@ -349,8 +349,9 @@ Then, you can help out by: * Closing "Unreviewed" tickets as "invalid", "worksforme" or "duplicate." -* Closing "Unreviewed" tickets as "needsinfo" when they're feature requests - requiring a discussion on `django-developers`_. +* Closing "Unreviewed" tickets as "needsinfo" when the description is too + sparse to be actionnable, or when they're feature requests requiring a + discussion on `django-developers`_. * Correcting the "Needs tests", "Needs documentation", or "Has patch" flags for tickets where they are incorrectly set.