• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Issue Tracking
2==============
3
4The Skia Issue Tracker
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 defect
8reports and feature requests.
9
10When filing a new issue, please select the appropriate template, most likely
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
13program manager and assigned to the appropriate functional team.
14
15
16Skia issues in the Chromium Tracker
17-----------------------------------
18Skia bugs found in Chrome may be filed in the [Chromium Tracker](https://bugs.chromium.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`.
29