Skip to content

Commit 4e1c6cf

Browse files
committed
pre-commit fixes
1 parent bfd154c commit 4e1c6cf

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/1-airflow_bug_report.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
name: Airflow Bug report
33
description: Problems and issues with code in Apache Airflow core
4-
labels:
5-
- kind:bug
6-
- area:core
7-
- needs-triage
4+
labels: ["kind:bug", "area:core", "needs-triage"]
85
body:
96
- type: markdown
107
attributes:
@@ -19,9 +16,10 @@ body:
1916
2017
You can open a [pull request](https://github.com/apache/airflow/pulls) immediately instead.
2118
22-
Please note that reporting a bug does not guarantee it will be fixed, as the implementation
23-
depends on community interest and availability. Therefore, please do not request or expect
24-
specific timelines or ETAs. The fastest way to fix bugs is to submit a PR yourself.
19+
Please note that reporting a bug does not guarantee it will be fixed, as the implementation depends
20+
on community interest and availability.
21+
Therefore, please do not request or expect specific timelines or ETAs. The fastest way to fix bugs is
22+
to submit a PR yourself.
2523
2624
For reporting security issues in any version, please **do not** use this form and refer to
2725
the [Security Reporting Guidelines](https://github.com/apache/airflow/blob/main/.github/SECURITY.md)

0 commit comments

Comments
 (0)