OLD | NEW |
---|---|
1 # How to get an issue triaged | |
2 * *V8 tracker*: Set the state to 'Untriaged' | |
3 * *Chromium tracker*: Set the state to 'Untriaged' and add the label 'Cr-Blink-J avaScript' | |
Michael Achenbach
2015/09/28 14:51:39
'Cr-Blink-JavaScript' - below `` is used for label
Michael Hablich
2015/09/29 09:37:41
I changed the comma. the label: below stays becaus
| |
4 | |
1 # Instructions on how to assign V8 issues in the Chromium tracker | 5 # Instructions on how to assign V8 issues in the Chromium tracker |
Michael Achenbach
2015/09/28 14:51:39
Maybe shorten this now to "How to ...", like above
Michael Hablich
2015/09/29 09:37:42
Done.
| |
2 | |
3 Please assign any issues to the V8 specialty sheriffs of one of the | 6 Please assign any issues to the V8 specialty sheriffs of one of the |
Michael Achenbach
2015/09/28 14:51:39
Maybe don't say 'any' anymore, as there are also u
Michael Hablich
2015/09/29 09:37:41
Done.
| |
4 following categories: | 7 following categories: |
5 | 8 |
6 * Stability: jkummerow@c....org, adamk@c....org | 9 * Stability: jkummerow@c....org, adamk@c....org |
7 * Performance: bmeurer@c....org, mvstanton@c....org | 10 * Performance: bmeurer@c....org, mvstanton@c....org |
8 * Clusterfuzz: Set the bug to the following state: | 11 * Clusterfuzz: Set the bug to the following state: |
9 * `label:ClusterFuzz label:Cr-Blink-JavaScript status:Available -has:owner` | 12 * `label:ClusterFuzz label:Cr-Blink-JavaScript status:Available -has:owner` |
10 * Will show up in [this](https://code.google.com/p/chromium/issues/list?can= 2&q=label%3AClusterFuzz+label%3ACr-Blink-JavaScript+status%3AAvailable+-has%3Aow ner&colspec=ID+Pri+M+Week+ReleaseBlock+Cr+Status+Owner+Summary+OS+Modified&x=m&y =releaseblock&cells=tiles) query. | 13 * Will show up in [this](https://code.google.com/p/chromium/issues/list?can= 2&q=label%3AClusterFuzz+label%3ACr-Blink-JavaScript+status%3AAvailable+-has%3Aow ner&colspec=ID+Pri+M+Week+ReleaseBlock+Cr+Status+Owner+Summary+OS+Modified&x=m&y =releaseblock&cells=tiles) query. |
11 * CC mstarzinger@ and ishell@ | 14 * CC mstarzinger@ and ishell@ |
12 | 15 |
13 Please CC hablich@c....org on all issues. | 16 Please CC hablich@c....org on all issues. |
14 | 17 |
15 Assign remaining issues to hablich@c....org. | 18 Assign remaining issues to hablich@c....org. |
16 | 19 |
17 Use the label Cr-Blink-JavaScript on all issues. | 20 Use the label Cr-Blink-JavaScript on all issues. |
18 | 21 |
19 **Please note that this only applies to issues tracked in the Chromium issue tra cker.** | 22 **Please note that this only applies to issues tracked in the Chromium issue tra cker.** |
OLD | NEW |