Skip to content

Commit 4ad6aed

Browse files
Eric RomanCommit Bot
Eric Roman
authored and
Commit Bot
committed
Misc changes to network bug triage documentation.
NOTRY=true Change-Id: Id8f7a70e5a840a2d9e0483be1a005d7dcc399efa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368447 Commit-Queue: Eric Roman <eroman@chromium.org> Reviewed-by: Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#800876}
1 parent 1d2c48d commit 4ad6aed

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

net/docs/bug-triage.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,26 @@ of their two days working on bug triage/investigation.
1010
Look through [this list of untriaged
1111
bugs](https://bugs.chromium.org/p/chromium/issues/list?sort=pri%20-stars%20-opened&q=status%3Aunconfirmed%2Cuntriaged%20-Needs%3DFeedback%20-Label%3ANetwork-Triaged%20component%3DInternals%3ENetwork%2CInternals%3ENetwork%3ECache%2CInternals%3ENetwork%3ESSL%2CInternals%3ENetwork%3EQUIC%2CInternals%3ENetwork%3EAuth%2CInternals%3ENetwork%3EHTTP2%2CInternals%3ENetwork%3EProxy%2CInternals%3ENetwork%3ELibrary%2CInternals%3ENetwork%3ELogging%2CInternals%3ENetwork%3EConnectivity%2CInternals%3ENetwork%3EDomainSecurityPolicy%2CInternals%3ENetwork%3ETrustTokens%2CInternals%3ENetwork%3EFilters%2CInternals%3ENetwork%3EFTP%2CInternals%3ENetwork%3ESDCH).
1212

13-
* Go through them in the given order (top to bottom).
14-
The link sorts them by priority and then recency.
15-
* The goal is to move them out of the untriaged bug queue and give them a priority.
13+
The goal is for this query to be empty. Bugs can be removed from the triage queue
14+
by doing any of the following:
15+
16+
* Changing the bug status - marking the bug Available, or closing it.
17+
* Removing the `Internals>Network` component or subcomponent.
18+
* Adding the label `Network-Triaged` (when there are multiple components).
1619

1720
For each bug try to:
1821

19-
* Remove the `Internals>Network` component if it belongs elsewhere
22+
* Remove the `Internals>Network` component or subcomponent if it belongs
23+
elsewhere
2024
* Dupe it against an existing bug
21-
* Close it `WontFix` if appropriate
25+
* Close it as `WontFix`.
2226
* Give the bug a priority. Refer to [this (internal) document for guidelines](https://goto.google.com/xnzwn)
2327
* If the bug is a potential security issue (Allows for code execution from remote
2428
site, allows crossing security boundaries, unchecked array bounds, etc) mark
2529
it `Type-Bug-Security`.
2630
* If the bug has privacy implications mark it with component `Privacy`.
27-
* Mark it as a feature request or task if appropriate
28-
* Ask the reporter to narrow down regressions, possibly by using
31+
* Set the type to `Task` or `Feature` when it is not a bug.
32+
* Pay extra attention to possible regressions. Ask the reporter to narrow down using
2933
[bisect-builds-py](https://www.chromium.org/developers/bisect-builds-py). To
3034
view suspicious changelists in a regression window, you can use the Change Log
3135
form on [OmahaProxy](https://omahaproxy.appspot.com/)
@@ -70,8 +74,6 @@ crashers](https://goto.google.com/network_triage_internal#investigating-crashers
7074
Look through [this list of Needs=Feedback
7175
bugs](https://bugs.chromium.org/p/chromium/issues/list?sort=pri%20-modified&q=Needs%3DFeedback%20component%3DInternals%3ENetwork%2CInternals%3ENetwork%3ECache%2CInternals%3ENetwork%3ESSL%2CInternals%3ENetwork%3EQUIC%2CInternals%3ENetwork%3EAuth%2CInternals%3ENetwork%3EHTTP2%2CInternals%3ENetwork%3EProxy%2CInternals%3ENetwork%3ELibrary%2CInternals%3ENetwork%3ELogging%2CInternals%3ENetwork%3EConnectivity%2CInternals%3ENetwork%3EDomainSecurityPolicy%2CInternals%3ENetwork%3ETrustTokens%2CInternals%3ENetwork%3EFilters%2CInternals%3ENetwork%3EFTP%2CInternals%3ENetwork%3ESDCH).
7276

73-
* Go through them in the given order (top to bottom).
74-
The link sorts them by priority and then recency.
7577
* If the requested feedback was provided, review the new information and repeat
7678
the same steps as (1) to re-triage based on the new information.
7779
* If the bug had the `Needs-Feedback` label for over a week and the

0 commit comments

Comments
 (0)