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

kaxilnaik 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 4ee8f82  Allow users to submit issues for 2.2.0beta1 (#18165)
4ee8f82 is described below

commit 4ee8f82d482974b634a81cb684703c01ef6ce7c4
Author: Kaxil Naik <[email protected]>
AuthorDate: Sat Sep 11 14:08:21 2021 +0100

    Allow users to submit issues for 2.2.0beta1 (#18165)
    
    This will allow users to test 2.2.0beta1 and we can track them in a better 
way
---
 .github/ISSUE_TEMPLATE/airflow_bug_report.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/ISSUE_TEMPLATE/airflow_bug_report.yml 
b/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
index 8e2a72a..dc5a2fc 100644
--- a/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
@@ -25,6 +25,7 @@ body:
         discuss Airflow 1.10, open 
[Discussion](https://github.com/apache/airflow/discussions) instead!
       multiple: false
       options:
+        - "2.2.0b1 (beta snapshot)"
         - "2.1.3 (latest released)"
         - "2.1.2"
         - "2.1.1"

Reply via email to