Pyasma commented on code in PR #63851:
URL: https://github.com/apache/airflow/pull/63851#discussion_r2972862885


##########
.github/ISSUE_TEMPLATE/1-airflow_bug_report.yml:
##########
@@ -55,10 +55,16 @@ body:
       # yamllint enable rule:line-length
   - type: textarea
     attributes:
-      label: What happened?
-      description: Describe what happened.
+      label: What happened and how to reproduce it?
+      description: >
+        Describe what happened and please make sure you provide a
+        reproducible step-by-step case of how to reproduce the problem as
+        minimally and precisely as possible.
       placeholder: >
-        Please provide the context in which the problem occurred and explain 
what happened
+        Please provide the context in which the problem occurred and keep

Review Comment:
   One thing I was thinking since we are merging both "what happened" and "how 
to reproduce" into one field now, would it be better if the placeholder had a 
small example so users know exactly what to write and in what format? Something 
like:
   
   ```
   **What happened:**
   Starting `airflow api-server` after `airflow db reset -y` throws
   `IntegrityError: UNIQUE constraint failed: ab_permission.name`
   
   **Steps to reproduce:**
   1. Run `airflow db reset -y`
   2. Run `airflow api-server`
   3. Observe the error in logs on startup
   ```
   
   Rather than a blank textbox which only gives meta instructions 
   this would clarify user to write clean description



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to