@@ -10,22 +10,26 @@ of their two days working on bug triage/investigation.
10
10
Look through [ this list of untriaged
11
11
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 ) .
12
12
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).
16
19
17
20
For each bug try to:
18
21
19
- * Remove the ` Internals>Network ` component if it belongs elsewhere
22
+ * Remove the ` Internals>Network ` component or subcomponent if it belongs
23
+ elsewhere
20
24
* Dupe it against an existing bug
21
- * Close it ` WontFix ` if appropriate
25
+ * Close it as ` WontFix ` .
22
26
* Give the bug a priority. Refer to [ this (internal) document for guidelines] ( https://goto.google.com/xnzwn )
23
27
* If the bug is a potential security issue (Allows for code execution from remote
24
28
site, allows crossing security boundaries, unchecked array bounds, etc) mark
25
29
it ` Type-Bug-Security ` .
26
30
* 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
29
33
[ bisect-builds-py] ( https://www.chromium.org/developers/bisect-builds-py ) . To
30
34
view suspicious changelists in a regression window, you can use the Change Log
31
35
form on [ OmahaProxy] ( https://omahaproxy.appspot.com/ )
@@ -70,8 +74,6 @@ crashers](https://goto.google.com/network_triage_internal#investigating-crashers
70
74
Look through [ this list of Needs=Feedback
71
75
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 ) .
72
76
73
- * Go through them in the given order (top to bottom).
74
- The link sorts them by priority and then recency.
75
77
* If the requested feedback was provided, review the new information and repeat
76
78
the same steps as (1) to re-triage based on the new information.
77
79
* If the bug had the ` Needs-Feedback ` label for over a week and the
0 commit comments