Cloned from CL 480711866 by 'g4 patch'.
Original change by alanv@alanv:Fresh-2382215282:2596:citc on 2022/10/12 14:02:11.

Freshness and extra owner for issue reporting docs

PiperOrigin-RevId: 481909067
Change-Id: I2e66e30c1467059917343fb72b19aeee417d0eb5
diff --git a/docs/issue_tracking.md b/docs/issue_tracking.md
index 8f7f4e8..e8b9c84 100644
--- a/docs/issue_tracking.md
+++ b/docs/issue_tracking.md
@@ -47,8 +47,17 @@
 | Status   | Description                                                       |
 | -------- | ----------------------------------------------------------------- |
 | New      | The default for public bugs. Waiting for someone to validate,     |
-:          : reproduce, or otherwise confirm that this is actionable.          :
-| Assigned | Pending action from the assignee. May be reassigned.              |
+:          : reproduce, or otherwise confirm that this is actionable. Bugs in  :
+:          : this state can be either Untriaged or Triaged. Untriaged state    :
+:          : refers to a status where an issue has been filed against our      :
+:          : team, but the team/person responsible for fixing the issue has    :
+:          : not looked at it yet. Triaged state refers to a status where an   :
+:          : issue filed against the team has been reviewed by the             :
+:          : team/person, and they have accurately updated the priority of the :
+:          : issue.                                                            :
+| Assigned | In this state, the issue is ready to be added to an iteration     |
+:          : with a level of certainty that it will be completed within the    :
+:          : upcoming team iteration. Issues here should be >=P3               :
 | Accepted | Actively being worked on by the assignee. Do not reassign.        |
 | Fixed    | Fixed in the development branch. Do not re-open unless the fix is |
 :          : reverted.                                                         :