From f683e4e18d7fd4a882573944bc6a3784696725fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szabolcs=20Horva=CC=81t?= Date: Wed, 28 Feb 2024 14:08:12 +0000 Subject: [PATCH] chore: improve bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 46dd1b6d0d..2753442df7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,8 +8,8 @@ body: - type: textarea attributes: - label: What happens? - description: A short, clear and concise description of what the bug is. + label: What happens, and what did you expect instead? + description: A clear and concise description of the bug. validations: required: true