From c634d1eee3c7593682a6aff497fa3c257571ec00 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Tue, 8 Oct 2024 15:07:33 -0500 Subject: [PATCH] chore: address review --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e11852dead..2816489626 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -18,15 +18,7 @@ body: id: bug_description attributes: label: "Describe the bug" - description: A clear and concise description of what the bug is. - validations: - required: true - - - type: textarea - id: expected_behavior - attributes: - label: "Expected behavior" - description: A clear and concise description of what you expected to happen. + description: A clear and concise description of what the bug is and, optionally, what you expected to happen. validations: required: true