This is an automated email from the ASF dual-hosted git repository.
joshfell 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 1431535040 Add field for specifying other Airflow version in bug
template (#36197)
1431535040 is described below
commit 1431535040f8d74f8b8e26c6d356e134ade24811
Author: Josh Fell <[email protected]>
AuthorDate: Wed Dec 13 17:16:32 2023 -0500
Add field for specifying other Airflow version in bug template (#36197)
---
.github/ISSUE_TEMPLATE/airflow_bug_report.yml | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
b/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
index c7895fe299..074c300efe 100644
--- a/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
@@ -31,9 +31,18 @@ body:
- "Other Airflow 2 version (please specify below)"
validations:
required: true
+ - type: input
+ attributes:
+ label: If "Other Airflow 2 version" selected, which one?
+ # yamllint disable rule:line-length
+ description: >
+ On what 2.X version of Airflow are you currently experiencing the
issue? Remember, you are encouraged to
+ test with the latest release or on the main branch to verify your
issue still exists, especially if
+ 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).
+ # yamllint enable rule:line-length
- type: textarea
attributes:
- label: What happened
+ label: What happened?
description: Describe what happened.
placeholder: >
Please provide the context in which the problem occurred and explain
what happened
@@ -41,7 +50,7 @@ body:
required: true
- type: textarea
attributes:
- label: What you think should happen instead
+ 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
@@ -102,7 +111,7 @@ body:
software (docker-compose, helm, k8s, etc.), any customisation and
configuration you added.
- type: textarea
attributes:
- label: Anything else
+ 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?)