Skip to content

Commit d0657f5

Browse files
authored
Make providing a reproducible case required in bug templates (#29525)
There have been many occurrences in which the first response from a maintainer to a newly-opened bug report is something to the effect of "can you provide a DAG, code, some reproducible details for this please?". Enforcing this detail in the issue templates would stave off this initial delay in diving into an issue. Even if the issue _might_ be self-explanatory, more details are better than less/none when trying to review, triage, and fix bugs.
1 parent 9a5c3e0 commit d0657f5

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/airflow_bug_report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ body:
5858
as minimally and precisely as possible. Keep in mind we do not have access to your cluster or DAGs.
5959
Remember that non-reproducible issues will be closed! Opening a discussion is recommended as a
6060
first step.
61+
validations:
62+
required: true
6163
- type: input
6264
attributes:
6365
label: Operating System

.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ body:
9696
as minimally and precisely as possible. Keep in mind we do not have access to your cluster or DAGs.
9797
Remember that non-reproducible issues will be closed! Opening a discussion is recommended as a
9898
first step.
99+
validations:
100+
required: true
99101
- type: textarea
100102
attributes:
101103
label: Anything else

.github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ body:
175175
as minimally and precisely as possible. Keep in mind we do not have access to your cluster or
176176
DAGs. Remember that non-reproducible issues will be closed! Opening a discussion is
177177
recommended as a first step.
178+
validations:
179+
required: true
178180
- type: textarea
179181
attributes:
180182
label: Anything else

0 commit comments

Comments
 (0)