potiuk commented on code in PR #25564:
URL: https://github.com/apache/airflow/pull/25564#discussion_r939561309
##########
.github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml:
##########
@@ -106,33 +106,10 @@ body:
label: Versions of Apache Airflow Providers
description: What Apache Airflow Providers versions are you using?
placeholder: You can use `pip freeze | grep apache-airflow-providers`
(you can leave only relevant ones)
- - type: dropdown
+ - type: input
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!
- 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)"
+ description: What Apache Airflow version are you using? Only Airflow 2
is supported for bugs.
Review Comment:
```suggestion
description: What Apache Airflow version are you using? [Only Airflow
2 is supported](https://github.com/apache/airflow#version-life-cycle) for bugs.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]