Skip to content

Commit

Permalink
Further clarify triage process (#40536)
Browse files Browse the repository at this point in the history
* Further clarify triage process

* update

* update

(cherry picked from commit 90a6d7f)
  • Loading branch information
eladkal authored and utkarsharma2 committed Jul 12, 2024
1 parent 2179f2a commit b3b78e8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ISSUE_TRIAGE_PROCESS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,23 @@ as long as the ``needs-triage`` label remains the triage team will keep an eye o
if it needs to be accepted or closed/converted to Github Discussion.
``needs-triage`` label may also be applied manually by committers if they think a further action from the triage team is required.

**area Label**

``area:providers`` must be present for any provider issue. The ``provider:x`` is specifying the exact provider.
We have ``provider:x`` for any provider that we own.
``area:helm-chart`` must be for any helm chart issue.
``area:core`` must be for any core issue. Additional labels like ``area:scheduler``, ``area:UI`` is specifying the exact
core area relevant.

This method allow us to quickly filter issues by the 3 major components of our code base: core, providers and helm-chart.

**affected version Label**

The ``affected_version:x`` will never be present with ``kind:feature`` as feature requests are not related to specific Airflow version.
For bugs, The ``affected_version:x`` is expected to be used with core issues thus normally it appears with ``area:core`` label.
When issue is reproducible on multiple Airflow versions we apply only the latest version with the label.
This policy is best effort, we should try to have as little exceptions as possible.

**Good First Issue**

Issues which are relatively straight forward to solve, will be tagged with
Expand Down

0 comments on commit b3b78e8

Please sign in to comment.