Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ for your topic of interest. You can also use the search function in the top-left
triage/workflow
triage/guidelines
triage/release_blockers
triage/team_workflow

.. toctree::
:hidden:
Expand Down
26 changes: 26 additions & 0 deletions triage/team_workflow.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.. _doc_bug_triage_team_workflow:

Team Triage Workflow
====================

Team Workflow
-------------

When issues arrive in the triage projects they will have the “For Team
Assessment” status. These issues should be treated as being unverified,
and should be verified before moving the issue to another status. This
can be done as part of regular team meetings, or be handled by
individual maintainers processing these, as long as the assessment made
by triagers is verified.

As part of this verification, other information should be updated if
needed. For example, if the issue was added to multiple trackers because
it was unclear what area it belongs to, it should be removed from the
unrelated tracker(s). This is also a good time to verify any regression
severity or assign one if it is unassessed.

If the report is missing information, please ask the author for more
details. If the task of handling testing updated information can be
handled by the bugsquad, this task can be handed over to them for
verification: for example, testing an updated MRP provided by the
author.
19 changes: 1 addition & 18 deletions triage/workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,24 +179,7 @@ an issue is closed, regardless of how it was solved.
Team Workflow
-------------

When issues arrive in the triage projects they will have the “For Team
Assessment” status. These issues should be treated as being unverified,
and should be verified before moving the issue to another status. This
can be done as part of regular team meetings, or be handled by
individual maintainers processing these, as long as the assessment made
by triagers is verified.

As part of this verification, other information should be updated if
needed. For example, if the issue was added to multiple trackers because
it was unclear what area it belongs to, it should be removed from the
unrelated tracker(s). This is also a good time to verify any regression
severity or assign one if it is unassessed.

If the report is missing information, please ask the author for more
details. If the task of handling testing updated information can be
handled by the bugsquad, this task can be handed over to them for
verification: for example, testing an updated MRP provided by the
author.
For team triage workflow, see :ref:`doc_bug_triage_team_workflow`.

.. [1]
This is limited to PRs on the ``master`` branch, for other cases
Expand Down