From c1f9c206291b5683b2470a2342caf65895c3c75f Mon Sep 17 00:00:00 2001 From: SuperManito <68613938+SuperManito@users.noreply.github.com> Date: Wed, 31 Jan 2024 23:42:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AE=AE=E9=A2=98=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 3cf950d..3ca3308 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -42,7 +42,7 @@ body: label: 系统详细信息 description: '请将命令 `cat /etc/os-release` 的输出结果粘贴在下方' validations: - required: false + required: true - type: input id: uname @@ -50,7 +50,7 @@ body: label: 环境信息 description: '请将命令 `uname -a` 的输出结果粘贴在下方' validations: - required: false + required: true - type: textarea id: what-happened