From a503695e316b9bad95aad6860919f4661cdceff1 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sun, 10 Dec 2023 22:55:54 +0200 Subject: [PATCH] Update bug-report.yml Removed 'expected behavior', that should be clear from the bug description (usually 'should not happen') --- .github/ISSUE_TEMPLATE/bug-report.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 50eac14daa..4065761693 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -41,13 +41,6 @@ body: 4. See error validations: required: true - - type: textarea - id: expectation - attributes: - label: Expected Behavior - description: A clear and concise description of what you expected to happen. - validations: - required: true - type: textarea attributes: label: Screenshots