From 7bef4f0fa64512adb79a912b906891bc590fc954 Mon Sep 17 00:00:00 2001 From: Hannes Rudolph Date: Sat, 10 May 2025 17:32:57 -0600 Subject: [PATCH] =?UTF-8?q?Refactor=20bug=20report=20template=20to=20enfor?= =?UTF-8?q?ce=20required=20fields=20for=20reproduct=E2=80=A6=20(#3454)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refactor bug report template to enforce required fields for reproduction steps and outcome summary --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3259d434fb..e655ac6ac4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -65,8 +65,8 @@ body: 3. What happened after each step Think like you're writing a recipe. Without this, we can't reproduce the issue. - validations: - required: true + validations: + required: true - type: textarea id: what-happened @@ -77,8 +77,6 @@ body: Example: "Expected code to run, but got an empty response and no error." placeholder: Expected ___, but got ___. - validations: - required: false - type: textarea id: logs