Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(638)

Side by Side Diff: net/docs/bug-triage-suggested-workflow.md

Issue 1720053002: Update subscription instructions for Monorail. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Chrome Network Bug Triage : Suggested Workflow 1 # Chrome Network Bug Triage : Suggested Workflow
2 2
3 [TOC] 3 [TOC]
4 4
5 ## Looking for new crashers 5 ## Looking for new crashers
6 6
7 1. Go to [go/chromecrash](https://goto.google.com/chromecrash). 7 1. Go to [go/chromecrash](https://goto.google.com/chromecrash).
8 8
9 2. For each platform, look through the releases for which releases to 9 2. For each platform, look through the releases for which releases to
10 investigate. As per bug-triage.txt, this should be the most recent canary, 10 investigate. As per bug-triage.txt, this should be the most recent canary,
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 browser crash) and attach the most specific internals-network label that's 81 browser crash) and attach the most specific internals-network label that's
82 applicable. If there isn't an applicable narrower label, a clear owner for 82 applicable. If there isn't an applicable narrower label, a clear owner for
83 the issue, or there are multiple possibilities, attach the internals-network 83 the issue, or there are multiple possibilities, attach the internals-network
84 label and proceed with further investigation. 84 label and proceed with further investigation.
85 85
86 * If non-network causes also seem possible, attach those labels as well. 86 * If non-network causes also seem possible, attach those labels as well.
87 87
88 ## Investigating Cr-Internals-Network bugs 88 ## Investigating Cr-Internals-Network bugs
89 89
90 * It's recommended that while on triage duty, you subscribe to the 90 * It's recommended that while on triage duty, you subscribe to the
91 Cr-Internals-Network label. To do this, go to the issue tracker and click on 91 Internals>Network component (and its children). To do this, go to the issue
92 [Subscriptions](https://code.google.com/p/chromium/issues/subscriptions). 92 tracker, click on "Profile", then go to "Saved Queries".
mmenke 2016/02/22 18:52:19 Profile -> Issues? It's to the right of the searc
eroman 2016/02/22 19:04:14 Done.
93 Enter "Cr-Internals-Network" and click submit. 93 Add a query with these settings:
94 * Project: chromium
95 * Query: component:Internals>Network
mmenke 2016/02/22 18:52:19 Hrm...My old queries were converted to component=I
mmenke 2016/02/22 18:52:19 Should we mention a name being needed? I've had g
eroman 2016/02/22 19:04:14 Or alternately mmenke rulz? Done: "Network Bug Tr
eroman 2016/02/22 19:04:14 Yes there is: It is explained on https://bugs.chr
mmenke 2016/02/22 19:12:03 Hrm...I don't think the triager should subscribe t
eroman 2016/02/22 19:17:57 Done.
96 * Subscription options: Notify Immediately
94 97
95 * Look through uncomfirmed and untriaged Cr-Internals-Network bugs, 98 * Look through uncomfirmed and untriaged Cr-Internals-Network bugs,
96 prioritizing those updated within the last week. [Use this issue tracker 99 prioritizing those updated within the last week. [Use this issue tracker
97 query](https://code.google.com/p/chromium/issues/list?can=2&q=Cr%3DInternals-N etwork+-status%3AAssigned+-status%3AStarted+-status%3AAvailable+&sort=-modified) . 100 query](https://code.google.com/p/chromium/issues/list?can=2&q=Cr%3DInternals-N etwork+-status%3AAssigned+-status%3AStarted+-status%3AAvailable+&sort=-modified) .
98 101
99 * If more information is needed from the reporter, ask for it and add the 102 * If more information is needed from the reporter, ask for it and add the
100 Needs-Feedback label. If the reporter has answered an earlier request for 103 Needs-Feedback label. If the reporter has answered an earlier request for
101 information, remove that label. 104 information, remove that label.
102 105
103 * While investigating a new issue, change the status to Untriaged. 106 * While investigating a new issue, change the status to Untriaged.
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 reproduced or really understood: 238 reproduced or really understood:
236 * If it's over a year old, go ahead and mark the issue as Archived. 239 * If it's over a year old, go ahead and mark the issue as Archived.
237 * Otherwise, ask reporters if the issue is still present, and attach 240 * Otherwise, ask reporters if the issue is still present, and attach
238 the Needs-Feedback label. 241 the Needs-Feedback label.
239 242
240 * Old unconfirmed or untriaged Cr-Internals-Network issues can be investigated 243 * Old unconfirmed or untriaged Cr-Internals-Network issues can be investigated
241 just like newer ones. Crashers should generally be given higher priority, 244 just like newer ones. Crashers should generally be given higher priority,
242 since we can verify if they still occur, and then newer issues, as they're 245 since we can verify if they still occur, and then newer issues, as they're
243 more likely to still be present, and more likely to have a still responsive 246 more likely to still be present, and more likely to have a still responsive
244 bug reporter. 247 bug reporter.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698