aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/user/issue-tracker.md
diff options
context:
space:
mode:
authorGravatar hcm <hcm@google.com>2016-08-18 18:32:17 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-18 18:32:17 -0700
commitd4d8b394417e11bf2f3116418e4b0d83c9caf495 (patch)
treeaf68180107a8a48ea65b18707f0a979e3091e081 /site/user/issue-tracker.md
parent954df2fe9f4f66655c99af08b108cb582c402c5d (diff)
Expand Issue Tracking docs to include triage, Chrome instructions
Diffstat (limited to 'site/user/issue-tracker.md')
-rw-r--r--site/user/issue-tracker.md32
1 files changed, 26 insertions, 6 deletions
diff --git a/site/user/issue-tracker.md b/site/user/issue-tracker.md
index 484f045b16..c85747ff78 100644
--- a/site/user/issue-tracker.md
+++ b/site/user/issue-tracker.md
@@ -1,8 +1,28 @@
-Issue Tracker (bug database)
-============================
+Issue Tracking
+==============
-The Issue Tracker is the bug database where we track all defect reports and
-feature requests.
+The Skia Issue Tracker
+----------------------
+[Skia's Issue Tracker](https://bugs.chromium.org/p/skia/issues/list)
+(bug.skia.org or skbug.com) is the primary bug database where we track all defect
+reports and feature requests.
-You can find it at https://bugs.chromium.org/p/skia/issues/list or use shortcut
-[bug.skia.org](https://bug.skia.org).
+When filing a new issue, please select the appropriate template, most likely
+"Defect report from user" or "Feature request". Include an example
+[fiddle](https://fiddle.skia.org) or image. All issues will be triaged by our
+program manager and assigned to the appropriate functional team.
+
+
+Skia issues in the Chromium Tracker
+-----------------------------------
+Skia bugs found in Chrome may be filed in the [Chromium Tracker](https://bugs.chromium.org/p/chromium/issues/list) (crbug.com).
+
+### Triage for Chromium developers
+ * To have an issue triaged by the Skia team, add `Component:Internals>Skia`.
+ * For problems related to Skia rolls where an obvious owner cannot be found in
+ the list of CLs, assign to the Skia Sheriff, listed at the top of
+ [status.skia.org](https://status.skia.org) and as a reviewer on the roll CL.
+ * If the Sheriff cannot be assigned, cc them and assign the issue to hcm@.
+ * For GPU specific issues, add label `Hotlist-Ganesh`.
+ * For image encoding or decoding issues, add
+ `Component:Internals>Images>Codecs`.