diff --git a/.github/ISSUE_TEMPLATE/airflow_bug_report.yml b/.github/ISSUE_TEMPLATE/airflow_bug_report.yml index be3fcdd1676a3..d74ef2135a654 100644 --- a/.github/ISSUE_TEMPLATE/airflow_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/airflow_bug_report.yml @@ -39,6 +39,34 @@ body: - "main (development)" validations: required: true + - type: textarea + attributes: + label: What happened + description: Describe what happened. + placeholder: > + Please provide the context in which the problem occurred and explain what happened + validations: + required: true + - type: textarea + attributes: + label: What you expected to happen + 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. - type: input attributes: label: Operating System @@ -77,32 +105,6 @@ body: 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 expected to happen - 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. - type: textarea attributes: label: Anything else