You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2022/08/05 03:42:01 UTC

[airflow] branch main updated: Further limit list of versions in issue template (#25542)

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

uranusjr 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 6819387109 Further limit list of versions in issue template (#25542)
6819387109 is described below

commit 68193871098ed54bf229d2344953902895748097
Author: Jed Cunningham <66...@users.noreply.github.com>
AuthorDate: Thu Aug 4 20:41:54 2022 -0700

    Further limit list of versions in issue template (#25542)
---
 .github/ISSUE_TEMPLATE/airflow_bug_report.yml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/airflow_bug_report.yml b/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
index 90e10815dc..e842365f95 100644
--- a/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
@@ -21,15 +21,13 @@ body:
     attributes:
       label: Apache Airflow version
       description: >
-        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.
+        What Apache Airflow version are you using? If you do not see your version, please (ideally) test on
+        the latest release or main to see if the issue is fixed before reporting it.
       multiple: false
       options:
-        - "2.3.3 (latest released)"
-        - "2.2.5"
-        - "2.1.4"
-        - "2.0.2"
+        - "2.3.3"
         - "main (development)"
+        - "Other Airflow 2 version"
     validations:
       required: true
   - type: textarea