This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 4f5f8fd216 chore: Merge description and reproduction steps in the 
issue template (#30407)
4f5f8fd216 is described below

commit 4f5f8fd216856addf32ab247ebc4c3ffc0a193a0
Author: Michael S. Molina <[email protected]>
AuthorDate: Fri Sep 27 08:26:45 2024 -0300

    chore: Merge description and reproduction steps in the issue template 
(#30407)
---
 .github/ISSUE_TEMPLATE/bug-report.yml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml 
b/.github/ISSUE_TEMPLATE/bug-report.yml
index 48d26dbd4e..50668c9812 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -15,14 +15,9 @@ body:
     id: bug-description
     attributes:
       label: Bug description
-      description: A clear and concise description of what the bug is.
-    validations:
-      required: true
-  - type: textarea
-    id: repro-steps
-    attributes:
-      label: How to reproduce the bug
+      description: A clear description of what the bug is, including 
reproduction steps and expected behavior.
       placeholder: |
+        The bug is that...
         1. Go to '...'
         2. Click on '....'
         3. Scroll down to '....'

Reply via email to