From 4f5f8fd216856addf32ab247ebc4c3ffc0a193a0 Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" <70410625+michael-s-molina@users.noreply.github.com> Date: Fri, 27 Sep 2024 08:26:45 -0300 Subject: [PATCH] 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 48d26dbd4e9b9..50668c9812a90 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 '....'