Changes between Version 4 and Version 5 of TicketLifeCycle
- Timestamp:
- Jun 30, 2010, 10:08:09 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TicketLifeCycle
v4 v5 1 1 = Ticket Life Cycle = 2 2 3 As of FCKeditor 2.5, every line of code introduced in the FCKeditor/trunk tree must pass through a morestrict review process. This guarantees the overall quality of the code base.3 Every line of code introduced in the CKEditor/trunk tree must pass through a strict review process. This guarantees the overall quality of the code base. 4 4 5 This document describes the life cycle of a ticket in the FCKeditor project.5 This document describes the life cycle of a ticket in the CKEditor project. 6 6 7 7 == Ticket Creation == 8 8 9 Anyone is allowed (and invited) to open tickets for every single issue faced in FCKeditor. The [wiki:Bugs Bug Reporting Instructions] and [wiki:Features Feature Request Instructions] pages have more information on how to properly fill new tickets.9 Anyone is allowed (and invited) to open tickets for every single issue faced in CKEditor. The [wiki:Bugs Bug Reporting Instructions] and [wiki:Features Feature Request Instructions] pages have more information on how to properly fill new tickets. 10 10 11 11 == Clean up == … … 23 23 * Mark the ticket with the "WorksForMe" keyword if the bug seems to not be present in the current trunk code. A comment should be added instructing the reporter to check it again and provide more information. A "WorksForMe" ticket expires in 30 days if no action is taken in the ticket, resolving it as "worksforme". 24 24 25 * Resolve the ticket as "invalid" if it does not describe a problem with FCKeditor.25 * Resolve the ticket as "invalid" if it does not describe a problem with CKEditor. 26 26 27 27 * Resolve the ticket as "wontfix" in the rare cases that the bug seems valid but there's a specific reason why it should not (or cannot) be fixed. If the reason is something we can't workaround, the "CantFix" keyword should be used. … … 29 29 * Mark the ticket with the "Pending" keyword, if the ticket does not have enough information to move forward, asking the reporter for more details. A "Pending" ticket expires in 30 days if no action is taken in the ticket. 30 30 31 * Mark the ticket with the "Confirmed" keyword. For browser specific tickets, the relative keyword should be appended: "IE", "IE 7", "Firefox", "Safari" and "Opera".31 * Mark the ticket with the "Confirmed" keyword. For browser specific tickets, the relative keyword should be appended: "IE", "IE6", "IE8", "Firefox", "Firefox2", "WebKit" and "Opera". 32 32 33 33 * Mark the ticket with the "HasPatch" keyword, if a patch or descriptive code changes is provided, even if not analyzed and reviewed.