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

Side by Side Diff: site/user/issue-tracker.md

Issue 2255133003: Expand Issue Tracking docs to include triage, Chrome instructions (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: revisions based on Tom's feedback #2 Created 4 years, 4 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 Issue Tracker (bug database) 1 Issue Tracking
2 ============================ 2 ==============
3 3
4 The Issue Tracker is the bug database where we track all defect reports and 4 The Skia Issue Tracker
5 feature requests. 5 ----------------------
6 [Skia's Issue Tracker](https://bugs.chromium.org/p/skia/issues/list)
7 (bug.skia.org or skbug.com) is the primary bug database where we track all defec t
8 reports and feature requests.
6 9
7 You can find it at https://bugs.chromium.org/p/skia/issues/list or use shortcut 10 When filing a new issue, please select the appropriate template, most likely
8 [bug.skia.org](https://bug.skia.org). 11 "Defect report from user" or "Feature request". Include an example
12 [fiddle](https://fiddle.skia.org) or image. All issues will be triaged by our
13 program manager and assigned to the appropriate functional team.
14
15
16 Skia issues in the Chromium Tracker
17 -----------------------------------
18 Skia bugs found in Chrome may be filed in the [Chromium Tracker](https://bugs.ch romium.org/p/chromium/issues/list) (crbug.com).
19
20 ### Triage for Chromium developers
21 * To have an issue triaged by the Skia team, add `Component:Internals>Skia`.
22 * For problems related to Skia rolls where an obvious owner cannot be found in
23 the list of CLs, assign to the Skia Sheriff, listed at the top of
24 [status.skia.org](https://status.skia.org) and as a reviewer on the roll CL.
25 * If the Sheriff cannot be assigned, cc them and assign the issue to hcm@.
26 * For GPU specific issues, add label `Hotlist-Ganesh`.
27 * For image encoding or decoding issues, add
28 `Component:Internals>Images>Codecs`.
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