From 013eaffed177225c9bd1f3ac8337fede1d9a128e Mon Sep 17 00:00:00 2001 From: lony2003 <35906997+lony2003@users.noreply.github.com> Date: Wed, 24 Jan 2024 21:58:33 +0800 Subject: [PATCH] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 92 +++++++++++++++------------ 1 file changed, 52 insertions(+), 40 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 6a4e575..bdd1e77 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -13,7 +13,7 @@ Please verify that you've followed these steps " options: - label: " -I'm running is up to date. +The version I'm running is up to date. 已安装最新版本. " required: true @@ -34,23 +34,20 @@ I have searched on the [issue tracker](……/) for a related issue. required: true - type: input attributes: - label: " -BingGPT Version -软件版本 -" - description: " -If not the current version, please update first -如果非最新版请先更新 -" + label: | + BingGPT Version + 软件版本 + description: | + If not the current version, please update first + 如果非最新版请先更新 validations: required: true - type: dropdown id: os attributes: - label: " -What OS are you seeing the problem on? -操作系统/桌面环境 -" + label: | + What OS are you seeing the problem on? + 操作系统/桌面环境 multiple: true options: - macOS @@ -58,35 +55,50 @@ What OS are you seeing the problem on? - Linux (GTK-based Desktop) - Linux (QT-based Desktop) - Linux (Others) + - type: dropdown + id: arch + attributes: + label: | + What Architecture are you seeing the problem on? + 系统指令集 + multiple: true + options: + - x86 + - arm64 - type: textarea attributes: - render: markdown - value: " - - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here. -" label: Description - description: " -A clear and concise description of what the bug is. -简要描述您遇到的问题 -" + description: | + A clear and concise description of what the bug is. + 简要描述您遇到的问题 + placeholder: | + Tip: You can attach images by clicking this area to highlight it and then dragging files in. + Tip: 拖入即可插入文件 validations: required: true + - type: textarea + attributes: + label: Error Logs + description: | + Paste the error log or ScreenShoot that contains the error (if exists) + 请粘贴或截图遇到的错误。 + placeholder: | + How to get the error (if you can't see the error dialog)? + 1. right click, then select "Open Devtools" in the menu + 2. in devtools, head to Console and the error id here. + + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + Tip: 拖入即可插入文件 + validations: + required: true + - type: textarea + attributes: + label: Steps To Reproduce + description: Steps to reproduce the behavior. + placeholder: | + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + validations: + required: false