This is an automated email from the ASF dual-hosted git repository.
potiuk 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 3b6ee39e9e9 consolidating the bug reports to one issue template
(#64240)
3b6ee39e9e9 is described below
commit 3b6ee39e9e919a7e8325bce212fee4f5a66d3476
Author: Shrividya Hegde <[email protected]>
AuthorDate: Fri Apr 3 08:19:46 2026 -0400
consolidating the bug reports to one issue template (#64240)
* consolidating the bug reports to one issue template
* update the type from input to dropdown
* Update 1-airflow_bug_report.yml
* add changes for review comments
- resolving few nits.
- added Task SDK as a separate option under issue type.
* update the description for issue report
* addressing the review comments
* add minor formatting changes
---
.github/ISSUE_TEMPLATE/1-airflow_bug_report.yml | 194 +++++++++++++++-
.../3-airflow_providers_bug_report.yml | 247 ---------------------
.../{6-free_form.yml => 3-free_form.yml} | 0
.../4-airflow_helmchart_bug_report.yml | 159 -------------
.../ISSUE_TEMPLATE/5-airflow_doc_issue_report.yml | 73 ------
.pre-commit-config.yaml | 4 +-
.../ci/prek/check_airflow_bug_report_template.py | 2 +-
.../in_container/run_provider_yaml_files_check.py | 2 +-
8 files changed, 186 insertions(+), 495 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/1-airflow_bug_report.yml
b/.github/ISSUE_TEMPLATE/1-airflow_bug_report.yml
index dba7a4fef0a..61fb8b44151 100644
--- a/.github/ISSUE_TEMPLATE/1-airflow_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/1-airflow_bug_report.yml
@@ -1,7 +1,7 @@
---
-name: Airflow Bug report
-description: Problems and issues with code in Apache Airflow core
-labels: ["kind:bug", "area:core", "needs-triage"]
+name: Airflow Issue report
+description: Report bugs for airflow-core, task sdk, providers, helm chart etc
+labels: ["kind:bug", "needs-triage"]
body:
- type: markdown
attributes:
@@ -25,9 +25,21 @@ body:
[Security Reporting
Guidelines](https://github.com/apache/airflow/blob/main/.github/SECURITY.md)
instead.
<br clear='left'/>"
+ - type: dropdown
+ attributes:
+ label: Under which category would you file this issue?
+ multiple: false
+ options:
+ - "Providers"
+ - "Airflow Core"
+ - "Helm chart"
+ - "Task SDK"
+ validations:
+ required: true
- type: input
attributes:
label: Apache Airflow version
+ # yamllint disable rule:line-length
description: >
Enter your Airflow version.
**Please note:** Airflow 2.x is in limited support (critical and
security fixes only), and reaches
@@ -73,11 +85,6 @@ body:
label: Operating System
description: What Operating System are you using?
placeholder: "You can get it via `cat /etc/os-release` for example"
- - type: textarea
- attributes:
- 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
attributes:
label: Deployment
@@ -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). If the issue
+ category isn't "Providers", you can leave this field empty.
+ multiple: true
+ options:
+ - airbyte
+ - alibaba
+ - amazon
+ - apache-beam
+ - apache-cassandra
+ - apache-drill
+ - apache-druid
+ - apache-flink
+ - apache-hdfs
+ - apache-hive
+ - apache-iceberg
+ - apache-impala
+ - apache-kafka
+ - apache-kylin
+ - apache-livy
+ - apache-pig
+ - apache-pinot
+ - apache-spark
+ - apache-tinkerpop
+ - apprise
+ - arangodb
+ - asana
+ - atlassian-jira
+ - celery
+ - cloudant
+ - cncf-kubernetes
+ - cohere
+ - common-ai
+ - common-compat
+ - common-io
+ - common-messaging
+ - common-sql
+ - databricks
+ - datadog
+ - dbt-cloud
+ - dingding
+ - discord
+ - docker
+ - edge3
+ - elasticsearch
+ - exasol
+ - fab
+ - facebook
+ - ftp
+ - git
+ - github
+ - google
+ - grpc
+ - hashicorp
+ - http
+ - imap
+ - influxdb
+ - informatica
+ - jdbc
+ - jenkins
+ - keycloak
+ - microsoft-azure
+ - microsoft-mssql
+ - microsoft-psrp
+ - microsoft-winrm
+ - mongo
+ - mysql
+ - neo4j
+ - odbc
+ - openai
+ - openfaas
+ - openlineage
+ - opensearch
+ - opsgenie
+ - oracle
+ - pagerduty
+ - papermill
+ - pgvector
+ - pinecone
+ - postgres
+ - presto
+ - qdrant
+ - redis
+ - salesforce
+ - samba
+ - segment
+ - sendgrid
+ - sftp
+ - singularity
+ - slack
+ - smtp
+ - snowflake
+ - sqlite
+ - ssh
+ - standard
+ - tableau
+ - telegram
+ - teradata
+ - trino
+ - vertica
+ - weaviate
+ - yandex
+ - ydb
+ - zendesk
+ - type: textarea
+ attributes:
+ 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
+ attributes:
+ label: Official Helm Chart version
+ description: >
+ What Apache Airflow Helm Chart version are you using? If the issue
category
+ isn't "Helm chart", select "Not Applicable".
+ multiple: false
+ options:
+ - "Not Applicable"
+ - "1.20.0 (latest released)"
+ - "1.19.0"
+ - "1.18.0"
+ - "1.17.0"
+ - "1.16.0"
+ - "1.15.0"
+ - "1.14.0"
+ - "1.13.1"
+ - "1.13.0"
+ - "1.12.0"
+ - "1.11.0"
+ - "1.10.0"
+ - "1.9.0"
+ - "1.8.0"
+ - "1.7.0"
+ - "1.6.0"
+ - "1.5.0"
+ - "1.4.0"
+ - "1.3.0"
+ - "1.2.0"
+ - "1.1.0"
+ - "1.0.0"
+ - "main (development)"
+ default: 0
+ validations:
+ required: true
+ - type: input
+ attributes:
+ label: Kubernetes Version
+ description: Which Kubernetes Version do you use? Enter "Not Applicable"
if the issue type isn't
+ "Helm chart".
+ - type: textarea
+ attributes:
+ label: Helm Chart configuration
+ description: Additional description of your Helm Chart configuration.
Enter "Not Applicable" if the
+ issue type isn't "Helm chart".
+ placeholder: >
+ Enter any relevant details of your Helm Chart configuration. Maybe you
can
+ paste your `values.yaml` or important parts of it here? Make sure to
surround the code
+ you paste with ``` ```.
- type: textarea
attributes:
- label: Deployment details
- description: Additional description of your deployment.
+ label: Docker Image customizations
+ description: What are the specific modification you've made in your
image?
placeholder: >
- Enter any relevant details of your deployment. Especially version of
your tools,
- software (docker-compose, helm, k8s, etc.), any customisation and
configuration you added.
+ If you have not customized your Docker image, you can enter "Not
Applicable".
+ Did you extend or customise the official Airflow image? Did you add
any packages? Maybe
+ you can share a link to your image, or copy the Dockerfile and `docker
build` commands
+ you used to build the image? Make sure to surround the code you paste
with ``` ```.
- type: textarea
attributes:
label: Anything else?
diff --git a/.github/ISSUE_TEMPLATE/3-airflow_providers_bug_report.yml
b/.github/ISSUE_TEMPLATE/3-airflow_providers_bug_report.yml
deleted file mode 100644
index f7c6642519d..00000000000
--- a/.github/ISSUE_TEMPLATE/3-airflow_providers_bug_report.yml
+++ /dev/null
@@ -1,247 +0,0 @@
----
-name: Airflow Providers Bug report
-description: Problems and issues with code in Apache Airflow Providers
-labels: ["kind:bug", "area:providers", "needs-triage"]
-body:
- - type: markdown
- attributes:
- # yamllint disable rule:line-length
- value: "
- <img
src='https://raw.githubusercontent.com/apache/airflow/main/airflow-core/docs/img/logos/airflow_64x64_emoji_transparent.png'
align='left' width='80' height='80'>
- Thank you for finding the time to report a problem!
-
- We really appreciate the community's efforts to improve Airflow.
-
- Note, you do not need to create an issue if you have a change ready to
submit!
-
- You can open a [pull request](https://github.com/apache/airflow/pulls)
immediately instead.
-
- Please note that reporting a bug does not guarantee it will be fixed,
as the implementation depends
- on community interest and availability.
- Therefore, please do not request or expect specific timelines or ETAs.
The fastest way to fix bugs is to submit a PR yourself.
- <br clear='left'/>"
- # yamllint enable rule:line-length
- - type: dropdown
- attributes:
- label: Apache Airflow Provider(s)
- description: Provider(s) that the issue report is about (you can choose
more than one)
- multiple: true
- options:
- - airbyte
- - alibaba
- - amazon
- - apache-beam
- - apache-cassandra
- - apache-drill
- - apache-druid
- - apache-flink
- - apache-hdfs
- - apache-hive
- - apache-iceberg
- - apache-impala
- - apache-kafka
- - apache-kylin
- - apache-livy
- - apache-pig
- - apache-pinot
- - apache-spark
- - apache-tinkerpop
- - apprise
- - arangodb
- - asana
- - atlassian-jira
- - celery
- - cloudant
- - cncf-kubernetes
- - cohere
- - common-ai
- - common-compat
- - common-io
- - common-messaging
- - common-sql
- - databricks
- - datadog
- - dbt-cloud
- - dingding
- - discord
- - docker
- - edge3
- - elasticsearch
- - exasol
- - fab
- - facebook
- - ftp
- - git
- - github
- - google
- - grpc
- - hashicorp
- - http
- - imap
- - influxdb
- - informatica
- - jdbc
- - jenkins
- - keycloak
- - microsoft-azure
- - microsoft-mssql
- - microsoft-psrp
- - microsoft-winrm
- - mongo
- - mysql
- - neo4j
- - odbc
- - openai
- - openfaas
- - openlineage
- - opensearch
- - opsgenie
- - oracle
- - pagerduty
- - papermill
- - pgvector
- - pinecone
- - postgres
- - presto
- - qdrant
- - redis
- - salesforce
- - samba
- - segment
- - sendgrid
- - sftp
- - singularity
- - slack
- - smtp
- - snowflake
- - sqlite
- - ssh
- - standard
- - tableau
- - telegram
- - teradata
- - trino
- - vertica
- - weaviate
- - yandex
- - ydb
- - zendesk
- validations:
- required: true
- - type: textarea
- attributes:
- label: Versions of Apache Airflow Providers
- description: >
- What Apache Airflow Providers versions are you using?
- For reporting security issues in any version, please **do not** use
this form and refer to the
- [Security Reporting
Guidelines](https://github.com/apache/airflow/blob/main/.github/SECURITY.md)
- instead.
- placeholder: You can use `pip freeze | grep apache-airflow-providers`
(you can leave only relevant ones)
- - type: input
- attributes:
- label: Apache Airflow version
- description: >
- Enter your Airflow version.
- **Please note:** Airflow 2.x is in limited support (critical and
security fixes only), and reaches
- EOL on April 22, 2026 - see the
- [Airflow 2 EOL page]
-
(https://airflow.apache.org/docs/apache-airflow/stable/installation/supported-versions.html)
- for more information.
- When using 2.x, please test with the latest 2.11.x; also consider
testing with Airflow 3 or `main`.
- validations:
- required: true
- - type: input
- attributes:
- label: Operating System
- description: What Operating System are you using?
- placeholder: "You can get it via `cat /etc/os-release` for example"
- validations:
- required: true
- - type: dropdown
- attributes:
- label: Deployment
- description: >
- What kind of deployment do you have? If you use a Managed Service,
consider first using regular
- channels of reporting issues for the service.
- multiple: false
- options:
- - "Official Apache Airflow Helm Chart"
- - "Other 3rd-party Helm chart"
- - "Docker-Compose"
- - "Other Docker-based deployment"
- - "Virtualenv installation"
- - "Astronomer"
- - "Google Cloud Composer"
- - "Amazon (AWS) MWAA"
- - "Microsoft ADF Managed Airflow"
- - "Other"
- validations:
- required: true
- - type: textarea
- attributes:
- label: Deployment details
- description: Additional description of your deployment.
- placeholder: >
- Enter any relevant details of your deployment. Especially version of
your tools,
- software (docker-compose, helm, k8s, etc.), any customisation and
configuration you added.
- - type: textarea
- attributes:
- label: What happened
- description: Describe what happened.
- placeholder: >
- Please provide the context in which the problem occurred and explain
what happened
- - type: textarea
- attributes:
- label: What you think should happen instead
- description: What do you think went wrong?
- placeholder: >
- Please explain why you think the behaviour is erroneous. It is
extremely helpful if you copy&paste
- the fragment of logs showing the exact error messages or wrong
behaviour and screenshots for
- UI problems or YouTube link to a video of you demonstrating the
problem. You can include files by
- dragging and dropping them here.
- - type: textarea
- attributes:
- label: How to reproduce
- description: >
- What should we do to reproduce the problem? If you are not able to
provide a reproducible case,
- please open a
[Discussion](https://github.com/apache/airflow/discussions) instead.
- placeholder: >
- Please make sure you provide a reproducible step-by-step case of how
to reproduce the problem
- as minimally and precisely as possible. Keep in mind we do not have
access to your cluster or
- DAGs. Remember that non-reproducible issues will be closed! Opening a
discussion is
- recommended as a first step.
- validations:
- required: true
- - type: textarea
- attributes:
- label: Anything else
- description: Anything else we need to know?
- placeholder: >
- How often does this problem occur? (Once? Every time? Only when
certain conditions are met?)
- Any relevant logs to include? Put them here inside fenced
- ``` ``` blocks or inside a foldable details tag if it's long:
- <details><summary>x.log</summary> lots of stuff </details>
- - type: checkboxes
- attributes:
- label: Are you willing to submit PR?
- description: >
- This is absolutely not required, but we are happy to guide you in the
contribution process
- especially if you already have a good understanding of how to
implement the fix.
- Airflow is a community-managed project and we love to bring new
contributors in.
- Find us in #new-contributors on Slack!
- options:
- - label: Yes I am willing to submit a PR!
- - type: checkboxes
- attributes:
- label: Code of Conduct
- description: >
- The Code of Conduct helps create a safe space for everyone. We require
- that everyone agrees to it.
- options:
- - label: >
- I agree to follow this project's
- [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
- required: true
- - type: markdown
- attributes:
- value: "Thanks for completing our form!"
diff --git a/.github/ISSUE_TEMPLATE/6-free_form.yml
b/.github/ISSUE_TEMPLATE/3-free_form.yml
similarity index 100%
rename from .github/ISSUE_TEMPLATE/6-free_form.yml
rename to .github/ISSUE_TEMPLATE/3-free_form.yml
diff --git a/.github/ISSUE_TEMPLATE/4-airflow_helmchart_bug_report.yml
b/.github/ISSUE_TEMPLATE/4-airflow_helmchart_bug_report.yml
deleted file mode 100644
index fa0efe21bd9..00000000000
--- a/.github/ISSUE_TEMPLATE/4-airflow_helmchart_bug_report.yml
+++ /dev/null
@@ -1,159 +0,0 @@
----
-name: Airflow Helm Chart Bug report
-description: Problems and issues with the Apache Airflow Official Helm Chart
-labels: ["kind:bug", "area:helm-chart", "needs-triage"]
-body:
- - type: markdown
- attributes:
- # yamllint disable rule:line-length
- value: "
- <img
src='https://raw.githubusercontent.com/apache/airflow/main/airflow-core/docs/img/logos/airflow_64x64_emoji_transparent.png'
align='left' width='120' height='120'>
- Thank you for finding the time to report the problem!
-
- We really appreciate the community's efforts to improve Airflow.
-
- Note that this issue is only for the
- [Official Apache Airflow Helm
Chart](https://airflow.apache.org/docs/helm-chart/stable/index.html).
- If you use another 3rd-party Chart, you should report your issue in
the repo of that chart instead.
-
- Note, you do not need to create an issue if you have a change ready to
submit!
-
- You can open a [pull request](https://github.com/apache/airflow/pulls)
immediately instead.
-
- Please note that reporting a bug does not guarantee it will be fixed,
as the implementation depends
- on community interest and availability.
- Therefore, please do not request or expect specific timelines or ETAs.
The fastest way to fix bugs is
- to submit a PR yourself.
-
- For reporting security issues in any version, please **do not** use
this form and refer to the
- [Security Reporting
Guidelines](https://github.com/apache/airflow/blob/main/.github/SECURITY.md)
- instead.
- <br clear='left'/>"
- # yamllint enable rule:line-length
- - type: dropdown
- attributes:
- label: Official Helm Chart version
- description: >
- What Apache Airflow Helm Chart version are you using?
- multiple: false
- options:
- - "1.20.0 (latest released)"
- - "1.19.0"
- - "1.18.0"
- - "1.17.0"
- - "1.16.0"
- - "1.15.0"
- - "1.14.0"
- - "1.13.1"
- - "1.13.0"
- - "1.12.0"
- - "1.11.0"
- - "1.10.0"
- - "1.9.0"
- - "1.8.0"
- - "1.7.0"
- - "1.6.0"
- - "1.5.0"
- - "1.4.0"
- - "1.3.0"
- - "1.2.0"
- - "1.1.0"
- - "1.0.0"
- - "main (development)"
- validations:
- required: true
- - type: input
- attributes:
- label: Apache Airflow version
- description: >
- Select your Airflow version.
- **Please note:** Airflow 2.x is in limited support (critical and
security fixes only), and reaches EOL
- on April 22, 2026 - see the
- [Airflow 2 EOL page]
-
(https://airflow.apache.org/docs/apache-airflow/stable/installation/supported-versions.html)
- for more information.
- validations:
- required: true
- - type: input
- attributes:
- label: Kubernetes Version
- description: Which Kubernetes Version do you use?
- validations:
- required: true
- - type: textarea
- attributes:
- label: Helm Chart configuration
- description: Additional description of your Helm Chart configuration.
- placeholder: >
- Enter any relevant details of your Helm Chart configuration. Maybe you
can
- paste your `values.yaml` or important parts of it here? Make sure to
surround the code
- you paste with ``` ```.
- - type: textarea
- attributes:
- label: Docker Image customizations
- description: What are the specific modification you've made in your
image?
- placeholder: >
- Did you extend or customise the official Airflow image? Did you add
any packages? Maybe
- you can share a link to your image, or copy the Dockerfile and `docker
build` commands
- you used to build the image? Make sure to surround the code you paste
with ``` ```.
- - type: textarea
- attributes:
- label: What happened
- description: Describe what happened.
- placeholder: >
- Please provide the context in which the problem occurred and explain
what happened
- - type: textarea
- attributes:
- label: What you think should happen instead
- description: What do you think went wrong?
- placeholder: >
- Please explain why you think the behaviour is erroneous. It is
extremely helpful if you copy&paste
- the fragment of logs showing the exact error messages or wrong
behaviour and screenshots for
- UI problems or YouTube link to a video of you demonstrating the
problem. You can include files by
- dragging and dropping them here.
- - type: textarea
- attributes:
- label: How to reproduce
- description: >
- What should we do to reproduce the problem? If you are not able to
provide a reproducible case,
- please open a
[Discussion](https://github.com/apache/airflow/discussions) instead.
- placeholder: >
- Please make sure you provide a reproducible step-by-step case of how
to reproduce the problem
- as minimally and precisely as possible. Keep in mind we do not have
access to your cluster or DAGs.
- Remember that non-reproducible issues will be closed! Opening a
discussion is recommended as a
- first step.
- validations:
- required: true
- - type: textarea
- attributes:
- label: Anything else
- description: Anything else we need to know?
- placeholder: >
- How often does this problem occur? (Once? Every time? Only when
certain conditions are met?)
- Any relevant logs to include? Put them here inside fenced
- ``` ``` blocks or inside a foldable details tag if it's long:
- <details><summary>x.log</summary> lots of stuff </details>
- - type: checkboxes
- attributes:
- label: Are you willing to submit PR?
- description: >
- This is absolutely not required, but we are happy to guide you in the
contribution process
- especially if you already have a good understanding of how to
implement the fix.
- Airflow is a community-managed project and we love to bring new
contributors in.
- Find us in #new-contributors on Slack!
- options:
- - label: Yes I am willing to submit a PR!
- - type: checkboxes
- attributes:
- label: Code of Conduct
- description: >
- The Code of Conduct helps create a safe space for everyone. We require
- that everyone agrees to it.
- options:
- - label: >
- I agree to follow this project's
- [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
- required: true
- - type: markdown
- attributes:
- value: "Thanks for completing our form!"
diff --git a/.github/ISSUE_TEMPLATE/5-airflow_doc_issue_report.yml
b/.github/ISSUE_TEMPLATE/5-airflow_doc_issue_report.yml
deleted file mode 100644
index b3f6c2bb19f..00000000000
--- a/.github/ISSUE_TEMPLATE/5-airflow_doc_issue_report.yml
+++ /dev/null
@@ -1,73 +0,0 @@
----
-name: Airflow Doc issue report
-description: Problems and issues with Apache Airflow documentation
-labels: ["kind:bug", "kind:documentation", "needs-triage"]
-body:
- - type: markdown
- attributes:
- # yamllint disable rule:line-length
- value: "
- <img
src='https://raw.githubusercontent.com/apache/airflow/main/airflow-core/docs/img/logos/airflow_64x64_emoji_transparent.png'
align='left' width='80' height='80'>
- Thank you for finding the time to report the problem!
-
- We really appreciate the community's efforts to improve Airflow.
-
- Note, you do not need to create an issue if you have a change ready to
submit!
-
- You can open a [pull request](https://github.com/apache/airflow/pulls)
immediately instead.
-
- Please note that reporting a doc issue does not guarantee it will be
fixed, as prioritization and implementation depend on impact, severity, and
community availability.
- Therefore, please do not request or expect specific timelines or ETAs.
Remember that the fastest way to fix documentation issues is to submit a PR
yourself.
-
- <br clear='left'/>"
- # yamllint enable rule:line-length
- - type: textarea
- attributes:
- label: What do you see as an issue?
- description: Please describe the issue with documentation you have.
- placeholder: >
- Please include links to the documentation that has the problem and
possibly screenshots showing
- the problem. Explain why do you think it is an issue. Make sure you
include view of the target
- audience of the documentation. Please explain why you think the docs
are wrong.
- - type: textarea
- attributes:
- label: Solving the problem
- description: How do you think the problem can be solved?
- placeholder: >
- Please explain how you think the documentation could be fixed. Ideally
specify where a new or missing
- documentation should be added and what kind of information should be
included. Sometimes people
- writing the documentation do not realise that some assumptions the
have might not be in the heads
- of the reader, so try to explain exactly what you would like to see in
the docs and why.
- - type: textarea
- attributes:
- label: Anything else
- description: Anything else we need to know?
- placeholder: >
- How often does this problem occur? (Once? Every time? Only when
certain conditions are met?)
- Any relevant logs to include? Put them here inside fenced
- ``` ``` blocks or inside a foldable details tag if it's long:
- <details><summary>x.log</summary> lots of stuff </details>
- - type: checkboxes
- attributes:
- label: Are you willing to submit PR?
- description: >
- This is absolutely not required, but we are happy to guide you in the
contribution process
- especially if you already have a good understanding of how to
implement the fix.
- Airflow is a community-managed project and we love to bring new
contributors in.
- Find us in #new-contributors on Slack!
- options:
- - label: Yes I am willing to submit a PR!
- - type: checkboxes
- attributes:
- label: Code of Conduct
- description: >
- The Code of Conduct helps create a safe space for everyone. We require
- that everyone agrees to it.
- options:
- - label: >
- I agree to follow this project's
- [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
- required: true
- - type: markdown
- attributes:
- value: "Thanks for completing our form!"
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 62ff36e612d..8d9eaf4abe0 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -481,10 +481,10 @@ repos:
files: Dockerfile.*$
pass_filenames: true
require_serial: true
- - id: check-airflow-providers-bug-report-template
+ - id: check-airflow-bug-report-template
name: Sort airflow-bug-report provider list
language: python
- files: ^\.github/ISSUE_TEMPLATE/3-airflow_providers_bug_report\.yml$
+ files: ^\.github/ISSUE_TEMPLATE/1-airflow_bug_report\.yml$
require_serial: true
entry: ./scripts/ci/prek/check_airflow_bug_report_template.py
- id: update-local-yml-file
diff --git a/scripts/ci/prek/check_airflow_bug_report_template.py
b/scripts/ci/prek/check_airflow_bug_report_template.py
index 88358654424..974de767d2b 100755
--- a/scripts/ci/prek/check_airflow_bug_report_template.py
+++ b/scripts/ci/prek/check_airflow_bug_report_template.py
@@ -30,7 +30,7 @@ import sys
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"
DEPENDENCIES_JSON_FILE_PATH = AIRFLOW_ROOT_PATH / "generated" /
"provider_dependencies.json"
diff --git a/scripts/in_container/run_provider_yaml_files_check.py
b/scripts/in_container/run_provider_yaml_files_check.py
index ebea8260e80..db664a66e01 100755
--- a/scripts/in_container/run_provider_yaml_files_check.py
+++ b/scripts/in_container/run_provider_yaml_files_check.py
@@ -77,7 +77,7 @@ if __name__ != "__main__":
PROVIDER_DATA_SCHEMA_PATH = AIRFLOW_CORE_SOURCES_PATH.joinpath("airflow",
"provider.yaml.schema.json")
PROVIDER_ISSUE_TEMPLATE_PATH = AIRFLOW_ROOT_PATH.joinpath(
- ".github", "ISSUE_TEMPLATE", "3-airflow_providers_bug_report.yml"
+ ".github", "ISSUE_TEMPLATE", "1-airflow_bug_report.yml"
)
CORE_INTEGRATIONS = ["SQL", "Local"]