Django

Code

Changeset 4682

Show
Ignore:
Timestamp:
03/08/07 02:56:34 (2 years ago)
Author:
mtredinnick
Message:

Fixed #3658 -- Included description of ticket resolution states in the
contributors' documentation. Thanks, Simon Greenhill.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/contributing.txt

    r4483 r4682  
    196196 
    197197    "Has patch" 
    198         The means the ticket has an associated patch_. These will be 
     198        This means the ticket has an associated patch_. These will be 
    199199        reviewed to see if the patch is "good". 
    200200 
     
    212212        ready for checkin. This could mean the patch no longer applies 
    213213        cleanly, or that the code doesn't live up to our standards. 
     214 
     215A ticket can be resolved in a number of ways: 
     216 
     217    "fixed" 
     218        This state is used by one of the core developers once a patch has been 
     219        rolled into Django, and the issue is fixed. 
     220 
     221    "invalid" 
     222        This state is used if the ticket is found to be incorrect, or a user 
     223        error. 
     224 
     225    "wontfix" 
     226        Used when a core developer decides that this request is not 
     227        appropriate for consideration in Django. This is usually chosen after 
     228        discussion in the ``django-developers`` mailing list, and you should 
     229        feel free to join in when it's something you care about. 
     230 
     231    "duplicate" 
     232        This is used when, rather obviously, there's a duplicate ticket about 
     233        the same issue. By closing the extra tickets, we can keep all the 
     234        discussion in one place which helps everyone. 
     235 
     236    "worksforme" 
     237        This state is similar to "invalid", but is generally used to show 
     238        that the triage team was unable to replicate the original bug. 
     239 
     240If you believe that the ticket was closed in error, either because you're still having the  
     241issue, or it's popped up somewhere else, or the triagers have made a mistake, please reopen 
     242the ticket and tell us why. 
    214243 
    215244.. _required details: `Reporting bugs`_