blob: 1f88d193f07399f2316164e162de503c755696e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
# Chromium UI Frontline Triage Procedures and Policy
## Filing New Issues
### Steps
0. Read and follow the [Chromium Code of Conduct](https://chromium.googlesource.com/chromium/src/+/master/CODE_OF_CONDUCT.md).
1. File your issue on http://crbug.com/.
* Required: Repro Steps
* Preferred: Screenshots
* Optional: Video Repro (Please keep brief and to the point)
2. Add the label Hotlist-DesktopUIConsider.
3. Find an appropriate component.
### Consideration Deadline
Issues must be marked Hotlist-DesktopUIConsider by Wednesday 5:00p PT for
consideration for that week.
## Weekly Triage Process
1. After the consideration deadline, query for all Hotlist-DesktopUIConsider
bugs.
2. For each bug, perform the following:
1. Assess Priority
* P0: Emergency, must be fixed now or before the next Canary. Mark with a
ReleaseBlock label for the nearest build that does not have the
issue.
* P1: Bug most users will hit. Mark with a ReleaseBlock label.
* Mark ReleaseBlock-Dev if the issue impacts a core scenario (like
scrolling).
* Mark ReleaseBlock-Beta if the issue impacts a secondary scenario.
* Mark ReleaseBlock-Stable if Chrome should never ship with this issue.
* P2 - Bug that many users may hit and/or has a reasonable workaround.
* P3 - Bug that few users will hit.
2. Schedule a milestone.
3. Assign to relevant area owner:
* Omnibox: jdonneley@
* Top Chrome: dfried@
* UI Platform: robliao@
* WebUI: dpapad@
3. Once all bugs are triaged, remove the Hotlist-DesktopUIConsider label and add
Hotlist-DesktopUITriaged.
## Periodic Review at Milestone Branch
For all Hotlist-DesktopUITriaged bugs, reassess priority and milestone using the
above standards.
|