From e9643ee3e26fedf5d668f8b207afdb841ac4cdc2 Mon Sep 17 00:00:00 2001 From: games647 Date: Tue, 21 May 2024 12:36:41 +0200 Subject: [PATCH] Simplify bug report template by dropping expected behavior --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 7a75301a..ac8a9b76 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -12,10 +12,6 @@ body: description: What behavior is observed? validations: required: true - - type: textarea - attributes: - label: What did you expect? - description: What behavior is expected? - type: textarea attributes: label: Steps to reproduce