Pyasma commented on code in PR #64240:
URL: https://github.com/apache/airflow/pull/64240#discussion_r3028123797
##########
.github/ISSUE_TEMPLATE/1-airflow_bug_report.yml:
##########
@@ -96,13 +103,176 @@ body:
- "Amazon (AWS) MWAA"
- "Microsoft ADF Managed Airflow"
- "Other"
+ - type: dropdown
+ attributes:
+ label: Apache Airflow Provider(s)
+ description: >
+ Provider(s) that the issue report is about (you can choose more than
one).Select "None" if
+ the issue category isn't "Providers".
Review Comment:
hey my bad yes i noticed it's not a required field in the original issue
template it's a required field
So LGTM :) this part
##########
scripts/ci/prek/check_airflow_bug_report_template.py:
##########
@@ -30,7 +30,7 @@
import yaml
from common_prek_utils import AIRFLOW_ROOT_PATH, check_list_sorted, console
-BUG_REPORT_TEMPLATE = AIRFLOW_ROOT_PATH / ".github" / "ISSUE_TEMPLATE" /
"3-airflow_providers_bug_report.yml"
+BUG_REPORT_TEMPLATE = AIRFLOW_ROOT_PATH / ".github" / "ISSUE_TEMPLATE" /
"1-airflow_bug_report.yml"
Review Comment:
Sure Sounds Good :)
--
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]