Django

Code

Changeset 6795

Show
Ignore:
Timestamp:
12/01/07 12:10:10 (10 months ago)
Author:
mtredinnick
Message:

Documented the new Someday/Maybe triage status.

Files:

Legend:

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

    r6560 r6795  
    243243      sure the tickets are always categorized correctly. 
    244244 
    245 Second, note the four triage stages: 
     245Second, note the five triage stages: 
    246246 
    247247    1. A ticket starts as "Unreviewed", meaning that a triager has yet to 
     
    255255       "Accepted" stage. This stage is where all the real work gets done. 
    256256 
    257     4. If a ticket has an associated patch (see below), a triager will review the 
    258        patch. If the patch is complete, it'll be marked as "ready for checkin" so 
    259        that a core developer knows to review and check in the patches. 
     257    4. A ticket might be moved to the "Someday/Maybe" state if it's an 
     258       enhancement request we are willing to consider if a good patch is 
     259       written. Such tickets are not high priority. 
     260 
     261    5. If a ticket has an associated patch (see below), a triager will review 
     262       the patch. If the patch is complete, it'll be marked as "ready for 
     263       checkin" so that a core developer knows to review and check in the 
     264       patches. 
    260265 
    261266The second part of this workflow involves a set of flags the describe what the