You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by el...@apache.org on 2022/08/04 00:52:24 UTC

[airflow] branch main updated: Limit the list of versions in the issue template (#25480)

This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new ca00012404 Limit the list of versions in the issue template (#25480)
ca00012404 is described below

commit ca00012404c4b4d51b7aacfe05b12474aff737a2
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Thu Aug 4 02:52:14 2022 +0200

    Limit the list of versions in the issue template (#25480)
---
 .github/ISSUE_TEMPLATE/airflow_bug_report.yml | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/airflow_bug_report.yml b/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
index f7f8232235..90e10815dc 100644
--- a/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
@@ -21,28 +21,14 @@ body:
     attributes:
       label: Apache Airflow version
       description: >
-        What Apache Airflow version are you using? Only Airflow 2 is supported for bugs. If you wish to
-        discuss Airflow 1.10, open a [discussion](https://github.com/apache/airflow/discussions) instead!
+        What Apache Airflow version are you using? If you do not see your version, ideally upgrade to latest
+        bugfix version on the list here and see if the issue is fixed, before reporting it.
       multiple: false
       options:
         - "2.3.3 (latest released)"
-        - "2.3.2"
-        - "2.3.1"
-        - "2.3.0"
         - "2.2.5"
-        - "2.2.4"
-        - "2.2.3"
-        - "2.2.2"
-        - "2.2.1"
-        - "2.2.0"
         - "2.1.4"
-        - "2.1.3"
-        - "2.1.2"
-        - "2.1.1"
-        - "2.1.0"
         - "2.0.2"
-        - "2.0.1"
-        - "2.0.0"
         - "main (development)"
     validations:
       required: true