Chromium UI Docs Site Skeleton

[email protected]
Docs-only update.

Change-Id: I8d73973ae14dba2b805c211682edeb4c68ed8da5
Reviewed-on: https://chromium-review.googlesource.com/c/1370885
Commit-Queue: Robert Liao <[email protected]>
Reviewed-by: Robert Liao <[email protected]>
Cr-Commit-Position: refs/heads/master@{#615270}
diff --git a/docs/ui/frontline_triage.md b/docs/ui/frontline_triage.md
new file mode 100644
index 0000000..1f88d193
--- /dev/null
+++ b/docs/ui/frontline_triage.md
@@ -0,0 +1,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.