Pyasma commented on code in PR #64240:
URL: https://github.com/apache/airflow/pull/64240#discussion_r3027055346
##########
.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:
<img width="681" height="256" alt="Image"
src="https://github.com/user-attachments/assets/8720d965-97bf-48e4-8625-962051ad9ada"
/>
hey @Shrividya you still need to add None as an Option cause it's a Required
field (none is by default place holder value) not an option here
##########
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:
if the name of the template is `Airflow Issue report` maybe we should
match the file name to that IMO
--
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]