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/10/12 08:38:01 UTC

[airflow] branch main updated: Ask reporter to specify Airflow version (#27004)

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 d9db89a2d9 Ask reporter to specify Airflow version (#27004)
d9db89a2d9 is described below

commit d9db89a2d923e1242c32c3c372ddd1c06d58cacb
Author: Tzu-ping Chung <ur...@gmail.com>
AuthorDate: Wed Oct 12 16:37:47 2022 +0800

    Ask reporter to specify Airflow version (#27004)
---
 .github/ISSUE_TEMPLATE/airflow_bug_report.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/airflow_bug_report.yml b/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
index fe135b9171..c2668fbc2c 100644
--- a/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
@@ -27,7 +27,7 @@ body:
       options:
         - "2.4.1"
         - "main (development)"
-        - "Other Airflow 2 version"
+        - "Other Airflow 2 version (please specify below)"
     validations:
       required: true
   - type: textarea