mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.1 KiB
22 lines
1.1 KiB
9 years ago
|
# How to get an issue triaged
|
||
|
* *V8 tracker*: Set the state to `Untriaged`
|
||
|
* *Chromium tracker*: Set the state to `Untriaged` and add the label `Cr-Blink-JavaScript`
|
||
|
|
||
|
# How to assign V8 issues in the Chromium tracker
|
||
|
Please assign issues to the V8 specialty sheriffs of one of the
|
||
|
following categories:
|
||
|
|
||
|
* Stability: jkummerow@c....org, adamk@c....org
|
||
|
* Performance: bmeurer@c....org, mvstanton@c....org
|
||
|
* Clusterfuzz: Set the bug to the following state:
|
||
|
* `label:ClusterFuzz label:Cr-Blink-JavaScript status:Available -has:owner`
|
||
|
* 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%3Aowner&colspec=ID+Pri+M+Week+ReleaseBlock+Cr+Status+Owner+Summary+OS+Modified&x=m&y=releaseblock&cells=tiles) query.
|
||
|
* CC mstarzinger@ and ishell@
|
||
|
|
||
|
Please CC hablich@c....org on all issues.
|
||
|
|
||
|
Assign remaining issues to hablich@c....org.
|
||
|
|
||
|
Use the label Cr-Blink-JavaScript on all issues.
|
||
|
|
||
|
**Please note that this only applies to issues tracked in the Chromium issue tracker.**
|