Commit 73ade440 authored by Elly Fong-Jones's avatar Elly Fong-Jones Committed by Commit Bot

mac: update triage docs

This change:
1) Filters a few components out of the Unconfirmed query. These are high-traffic
   components with their own triage processes for unconfirmed bugs.
2) Adds a new query for untriaged Mac-specific bugs without the Mac label, again
   excluding some components with their own triage processes.
3) Modifies the meeting process to also triage bugs in the query from (2)

Bug: None
Change-Id: I941102a180dd3c35a5be15ad4cefa2d4cac3b0b6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934590Reviewed-by: default avatarLeonard Grey <lgrey@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720485}
parent 7a513281
...@@ -23,9 +23,9 @@ is untenable. ...@@ -23,9 +23,9 @@ is untenable.
## Quick Reference ## Quick Reference
1. During the week, turn [OS=Mac status:Unconfirmed][unconfirmed] bugs into 1. During the week, turn [OS=Mac status:Unconfirmed][unconfirmed] bugs into
[label:Mac status:Untriaged][untriaged] bugs. [label:Mac status:Untriaged][untriaged-m] bugs.
2. During the triage meeting, turn [label:Mac status:Untriaged][untriaged] 2. During the triage meeting, turn [label:Mac status:Untriaged][untriaged-m]
bugs into any of: and [unlabelled Mac bugs][untriaged-c] into any of:
* [label:Mac status:Available][available] * [label:Mac status:Available][available]
* [label:Mac status:Assigned][assigned] * [label:Mac status:Assigned][assigned]
* Untriaged in any component that does triage, without the Mac label * Untriaged in any component that does triage, without the Mac label
...@@ -85,9 +85,10 @@ Some useful debugging questions here: ...@@ -85,9 +85,10 @@ Some useful debugging questions here:
Second-phase triage is the step which either moves a bug to another team's Second-phase triage is the step which either moves a bug to another team's
triage queue, or assigns a priority, component, and (possibly) owner to a bug. triage queue, or assigns a priority, component, and (possibly) owner to a bug.
This phase operates on [label:Mac status:Untriaged][untriaged] bugs. The This phase operates on [label:Mac status:Untriaged][untriaged-m] and [untagged
first part of this phase is deciding whether a bug should be worked on by the status:Untriaged][untriaged-c] bugs. The first part of this phase is deciding
Mac team. If so, the bug moves to one of: whether a bug should be worked on by the Mac team. If so, the bug moves to one
of:
* Pri=2,3 in label:Mac, Assigned with an owner if one is obvious, Available * Pri=2,3 in label:Mac, Assigned with an owner if one is obvious, Available
otherwise otherwise
...@@ -134,12 +135,26 @@ If the bug is Mac-specific and in scope for the Mac team, try to: ...@@ -134,12 +135,26 @@ If the bug is Mac-specific and in scope for the Mac team, try to:
* `Mac-PlatformIntegration`: sdy@ * `Mac-PlatformIntegration`: sdy@
* `Mac-Polish`: sdy@ * `Mac-Polish`: sdy@
* `Mac-TechDebt`: ellyjones@ * `Mac-TechDebt`: ellyjones@
* `Mac-UI`: anyone
**Caveat lector**: If you are outside the Mac team please do not use this **Caveat lector**: If you are outside the Mac team please do not use this
assignment map - just mark bugs as Untriaged with label `Mac` and allow the Mac assignment map - just mark bugs as Untriaged with label `Mac` and allow the Mac
triage rotation to assign them. People go on vacation and such :) triage rotation to assign them. People go on vacation and such :)
[unconfirmed]: https://bugs.chromium.org/p/chromium/issues/list?q=OS%3DMac%20status%3AUnconfirmed&can=2 These are the other components we put bugs into that we assume have their own
[untriaged]: https://bugs.chromium.org/p/chromium/issues/list?q=has%3AMac%20status%3AUntriaged&can=2 triage processes:
* Admin
* Blink
* Infra
* Internals>Headless, Network, Plugins, Printing, Skia, Views
* IO>Bluetooth, USB
* Platform
* Services>Chromoting
* Test>Telemetry
* UI>Browser>WebUI
[unconfirmed]: https://bugs.chromium.org/p/chromium/issues/list?q=OS%3DMac%20status%3AUnconfirmed%20-component%3ABlink%2CEnterprise%2CInternals%3ENetwork%2CPlatform%3EDevtools%2CServices%3ESync&can=2
[untriaged-m]: https://bugs.chromium.org/p/chromium/issues/list?q=has%3AMac%20status%3AUntriaged&can=2
[untriaged-c]: https://bugs.chromium.org/p/chromium/issues/list?q=OS%3DMac%20-OS%3DWindows%2CLinux%2CChrome%2CAndroid%2CiOS%20status%3AUntriaged%20-component%3AAdmin%2CBlink%2CInfra%2CInternals%3EHeadless%2CInternals%3ENetwork%2CInternals%3EPlugins%3EPDF%2CInternals%3EPrinting%2CInternals%3ESkia%2CInternals%3EViews%2CIO%3EBluetooth%2CIO%3EUSB%2CPlatform%2CServices%3EChromoting%2CTest%3ETelemetry%2CUI%3EBrowser%3EWebUI&can=2
[available]: https://bugs.chromium.org/p/chromium/issues/list?q=has%3AMac%20status%3AAvailable&can=2 [available]: https://bugs.chromium.org/p/chromium/issues/list?q=has%3AMac%20status%3AAvailable&can=2
[assigned]: https://bugs.chromium.org/p/chromium/issues/list?q=has%3AMac%20status%3AAssigned&can=2 [assigned]: https://bugs.chromium.org/p/chromium/issues/list?q=has%3AMac%20status%3AAssigned&can=2
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment