• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2---
3title: "Issue Tracking"
4linkTitle: "Issue Tracking"
5
6---
7
8
9The Skia Issue Tracker
10----------------------
11[Skia's Issue Tracker](https://bugs.chromium.org/p/skia/issues/list)
12(bug.skia.org or skbug.com) is the primary bug database where we track all defect
13reports and feature requests.
14
15When filing a new issue, please select the appropriate template, most likely
16"Defect report from user" or "Feature request".  Include an example
17[fiddle](https://fiddle.skia.org) or image.  All issues will be triaged by our
18program manager and assigned to the appropriate functional team.
19
20
21Skia issues in the Chromium Tracker
22-----------------------------------
23Skia bugs found in Chrome may be filed in the [Chromium Tracker](https://bugs.chromium.org/p/chromium/issues/list) (crbug.com).
24
25### Triage for Chromium developers
26  * To have an issue triaged by the Skia team, add `Component:Internals>Skia`.
27  * For problems related to Skia rolls where an obvious owner cannot be found in
28    the list of CLs, assign to the Skia Gardener, listed in the gardeners widget
29    on [status.skia.org](https://status.skia.org) and as a reviewer on the roll CL.
30    * If the Gardener cannot be assigned, cc them and assign the issue to hcm@.
31  * For GPU specific issues, add label `Hotlist-Ganesh`.
32  * For image encoding or decoding issues, add
33    `Component:Internals>Images>Codecs`.
34
35