From 445225ca7c895e452e05202888e3630d8a906de0 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Wed, 31 Aug 2022 15:55:17 +0800 Subject: [PATCH] Update 01_bug_report.yml --- .github/ISSUE_TEMPLATE/01_bug_report.yml | 38 ++++++++++++++++-------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml index 807bb51..089ec89 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01_bug_report.yml @@ -3,26 +3,38 @@ description: Please upgrade to the latest version before asking a question, and title: "[Bug]: " labels: ["bug"] body: - - type: input - id: "expectation" + - type: dropdown + id: script attributes: - label: "Expectation / 预期情况" - description: "Describe what you think should happen 描述你认为应该发生什么" + label: "Script" + description: "Script / 脚本" + multiple: false + options: + - menu.sh + - warp-go.sh + - mac.sh + - docker.sh validations: required: true - - type: textarea - id: "describe-the-bug" + - type: dropdown + id: os attributes: - label: "Actual Situation / 实际情况" - description: "Describe what actually happened 描述实际发生了什么" + label: "OS" + description: "OS / 操作系统" + multiple: true + options: + - Ubuntu-Linux + - Debian-Linux + - CentOS-Linux + - Mac + - Windows validations: required: true - type: textarea - id: "reproduction-method" + id: "describe-the-bug" attributes: - label: "Reproduction Method / 复现方法" - description: "The actions/commands entered before the bug appeared, with important/private information omitted BUG 出现前执行的操作 / 输入的命令,注意隐去重要/隐私信息" - placeholder: Mark it with a serial number / 标序号 + label: "Actual Situation / 实际情况" + description: "Describe what actually happened 描述实际发生了什么" validations: required: true - type: textarea @@ -32,7 +44,7 @@ body: description: "Enter the console output error message, taking care to obscure important/private information 控制台输出错误信息,注意隐去重要/隐私信息" placeholder: Paste the following after the colon at the beginning and end of the log 在日志开始和结束位置粘贴冒号后的内容:``` validations: - required: true + required: false - type: textarea id: "more" attributes: