From 95522d03f9f95b3201f963b183e1483e8ba22938 Mon Sep 17 00:00:00 2001 From: krau <71133316+krau@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:03:50 +0800 Subject: [PATCH] chore: update bug report template to ensure required fields are validated --- .github/ISSUE_TEMPLATE/bug.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 160d433..7bc3e58 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -23,13 +23,17 @@ body: description: "Please provide your config file" placeholder: "请自行隐去密钥信息" render: toml + validations: + required: true - type: textarea attributes: label: "🔍 日志" description: "Please provide logs" placeholder: "可删除隐私信息" render: shell + validations: + required: true - type: markdown attributes: value: | - ## Thank you for contributing to the project :slightly_smiling_face: \ No newline at end of file + ## Thank you for contributing to the project :slightly_smiling_face: