From e7c693d0dedb1818e47ac639b541ba405a241c12 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Wed, 31 Aug 2022 16:05:38 +0800 Subject: [PATCH] Update 01_bug_report.yml --- .github/ISSUE_TEMPLATE/01_bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml index 4d1b5c7..89c30b6 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01_bug_report.yml @@ -6,8 +6,8 @@ body: - type: dropdown id: script attributes: - label: "Script" - description: "Script / 脚本" + label: "Script / 脚本" + description: "Describe which script you are having problems using 描述哪个脚本你在使用中遇到问题" multiple: false options: - menu.sh @@ -19,8 +19,8 @@ body: - type: dropdown id: os attributes: - label: "OS" - description: "OS / 操作系统" + label: "OS / 操作系统" + description: "Describe the operating system the script is running on 描述脚本运行的操作系统" multiple: true options: - Ubuntu - Linux