From d77b60e124709cfa145d0833ad301ccfa3bb5109 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sun, 12 Mar 2023 11:14:13 +0100 Subject: [PATCH] meta: ask expected behavior reason in bug template It happens too often that bug reporters only report _what_ they expect to see without motivating _why_. Having to repeatedly ask for that info gets old. --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index c40644bfc6d9ba..496d06d3ad70b8 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -33,7 +33,7 @@ body: label: How often does it reproduce? Is there a required condition? - type: textarea attributes: - label: What is the expected behavior? + label: What is the expected behavior? Why is that the expected behavior? description: If possible please provide textual output instead of screenshots. - type: textarea attributes: