Browse Source

Clarified when triagers should close tickets as needsinfo.

https://groups.google.com/d/msg/django-developers/dyldP9kFADc/rHTlRBVEP8MJ
Aymeric Augustin 12 years ago
parent
commit
a9b98f59aa
1 changed files with 3 additions and 2 deletions
  1. 3 2
      docs/internals/contributing/triaging-tickets.txt

+ 3 - 2
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.