You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- "Other Airflow 3 version (please specify below)"
38
+
Remember, you are encouraged to test with the latest release or on the `main` branch to verify your issue still exists, especially if
39
+
your version is at least a minor version older than the [current stable release](https://airflow.apache.org/docs/apache-airflow/stable/installation/supported-versions.html#version-life-cycle).
40
+
# yamllint enable rule:line-length
41
+
placeholder: Run `airflow version` and paste the output here
45
42
validations:
46
43
required: true
47
-
- type: input
48
-
attributes:
49
-
label: If "Other Airflow 3 version" selected, which one?
50
-
# yamllint disable rule:line-length
51
-
description: >
52
-
On what 3.X version of Airflow are you currently experiencing the issue? Remember, you are encouraged to
53
-
test with the latest release or on the `main` branch to verify your issue still exists, especially if
54
-
your version is at least a minor version older than the [current stable release](https://airflow.apache.org/docs/apache-airflow/stable/installation/supported-versions.html#version-life-cycle).
55
-
# yamllint enable rule:line-length
56
44
- type: textarea
57
45
attributes:
58
-
label: What happened?
59
-
description: Describe what happened.
46
+
label: What happened and how to reproduce it?
47
+
description: >
48
+
Describe what happened and please make sure you provide a
49
+
reproducible step-by-step case of how to reproduce the problem as
50
+
minimally and precisely as possible.
60
51
placeholder: >
61
-
Please provide the context in which the problem occurred and explain what happened
52
+
Please provide the context in which the problem occurred and keep
53
+
in mind we do not have access to your cluster or DAGs. Remember that
54
+
non-reproducible issues will be closed! Opening a discussion is
55
+
recommended as a first step. Feel free to use the following template:
56
+
**Issue Description **
57
+
< describe your issue >
58
+
**Steps to reproduce:**
59
+
< detailed steps to reproduce >
62
60
validations:
63
61
required: true
64
62
- type: textarea
@@ -70,26 +68,11 @@ body:
70
68
the fragment of logs showing the exact error messages or wrong behaviour and screenshots for
71
69
UI problems or YouTube link to a video of you demonstrating the problem. You can include files by
72
70
dragging and dropping them here.
73
-
- type: textarea
74
-
attributes:
75
-
label: How to reproduce
76
-
description: >
77
-
What should we do to reproduce the problem? If you are not able to provide a reproducible case,
78
-
please open a [discussion](https://github.com/apache/airflow/discussions) instead.
79
-
placeholder: >
80
-
Please make sure you provide a reproducible step-by-step case of how to reproduce the problem
81
-
as minimally and precisely as possible. Keep in mind we do not have access to your cluster or DAGs.
82
-
Remember that non-reproducible issues will be closed! Opening a discussion is recommended as a
83
-
first step.
84
-
validations:
85
-
required: true
86
71
- type: input
87
72
attributes:
88
73
label: Operating System
89
74
description: What Operating System are you using?
90
75
placeholder: "You can get it via `cat /etc/os-release` for example"
0 commit comments