From ef8ffe3b841374d8a400d5e3c5ee76c129281ce6 Mon Sep 17 00:00:00 2001 From: SuperManito <68613938+SuperManito@users.noreply.github.com> Date: Wed, 31 Jan 2024 23:41:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AE=AE=E9=A2=98=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E6=A8=A1=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 c59879c..3cf950d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -40,7 +40,7 @@ body: id: release attributes: label: 系统详细信息 - description: '请将命令 "cat /etc/os-release" 的输出结果粘贴在下方' + description: '请将命令 `cat /etc/os-release` 的输出结果粘贴在下方' validations: required: false @@ -48,7 +48,7 @@ body: id: uname attributes: label: 环境信息 - description: '请将命令 "uname -a" 的输出结果粘贴在下方' + description: '请将命令 `uname -a` 的输出结果粘贴在下方' validations: required: false