From b0154fde05ae349fbd35a98d07c9ed53777f3912 Mon Sep 17 00:00:00 2001 From: Alex Yao <33379584+alexyao2015@users.noreply.github.com> Date: Sun, 29 Jan 2023 20:07:13 +0000 Subject: [PATCH] enforce reproduction in bug reports --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 1b7df31..43d141d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -35,6 +35,8 @@ body: If at all possible, please try to create reproduction steps from a clean environment (delete all existing config and reinstall from scratch). + validations: + required: true - type: textarea id: logs