From c73e3d0f184ce7b80bb30c441d070ca0594859fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sun, 15 Dec 2024 17:17:10 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96ci=E5=8F=8A=E9=97=AE?= =?UTF-8?q?=E9=A2=98=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_report.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 396881a913..9d4421056b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -28,10 +28,10 @@ body: - type: input id: system attributes: - label: 操作系统及版本 (OS Version) + label: 系统版本 (OS Version) description: | - 请提供操作系统及其版本号。 - Please provide the operating system and its version number. + 请提供服务器所使用的操作系统及其版本号。 + Please provide the operating system and its version number used by the server. placeholder: "Ubuntu 24.04" validations: required: true @@ -86,8 +86,8 @@ body: Please copy and paste any relevant log output. 可以把文件拖入这个区域以添加日志文件。 Files can be dragged into this area to add log files. - 面板日志文件可在安装目录 `panel/storage/logs` 中找到。 - Panel log files can be found in the installation directory `panel/storage/logs`. + 面板日志文件可在面板目录 `storage/logs` 中找到。 + Panel log files can be found in the panel directory `storage/logs`. validations: required: false - type: textarea