File: frontline_triage.md

package info (click to toggle)
chromium 73.0.3683.75-1~deb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,792,156 kB
  • sloc: cpp: 13,473,466; ansic: 1,577,080; python: 898,539; javascript: 655,737; xml: 341,883; asm: 306,070; java: 289,969; perl: 80,911; objc: 67,198; sh: 43,184; cs: 27,853; makefile: 12,092; php: 11,064; yacc: 10,373; tcl: 8,875; ruby: 3,941; lex: 1,800; pascal: 1,473; lisp: 812; awk: 41; jsp: 39; sed: 19; sql: 3
file content (45 lines) | stat: -rw-r--r-- 1,795 bytes parent folder | download | duplicates (8)
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.