Issue management (Main)

🚧 WIP

Overview

This article focuses on the process. Please refer to Labels for details of labels.

This article does not cover questions (Question). For questions, after triage, they act as forum threads.

    +----------+
    |   New    |
    +----------+
        |
Triage  +-----------+
        |           ↓
        |   +------------------+
        |   | Under discussion |
        |   +------------------+
        |           |
        |           |   Investigate
        |   +-------+---+
        ↓   ↓           |
    +----------+        |
    |Confirmed |←---+   |
    +----------+    |   |
        |           |   |
Assign  |           |   |
        ↓           |   |
    +----------+    |   |
    |  Active  |    |   |
    +----------+    |   |
        |           |   |
Commit  |           |   |
        ↓           |   |
    +----------+    |   |
    | Resolved |    |   |
    +----------+    |   |
        |           |   |
Verify  +-----------+   |
        ↓               |
    +----------+        |
    |  Closed  |←-------+
    +----------+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

States

  • New: It's a new issue.
  • Under discussion: We are not sure what to do. These issues typically get Under discussion, Needs more info, or Cannot reproduce label.
  • Confirmed: It's on backlog.
  • Active: Someone is working on it.
  • Resolved: Fix is checked in.
  • Closed: Nothing more to do.

Actions

Triage

Investigate

Assign

Commit

Verify