From ae4cb899b93aa027e5277d9cb5acd750be06cef1 Mon Sep 17 00:00:00 2001 From: mtvpls Date: Sun, 17 May 2026 12:24:32 +0800 Subject: [PATCH] Update bug report template for checkbox validation --- .github/ISSUE_TEMPLATE/bug.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 120679d..a5d17c6 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -91,6 +91,6 @@ body: - type: checkboxes attributes: label: 我已认真填写所有复现步骤并正确选择了对应环境 - description: 我已知晓不认真填写不会得到回应且可能会被close - validations: - required: true + options: + - label: 我已知晓不认真填写不会得到回应且可能会被close + required: true