Skip to content

Commit

Permalink
Update bug-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lony2003 authored Jan 24, 2024
1 parent 7877c78 commit 013eaff
Showing 1 changed file with 52 additions and 40 deletions.
92 changes: 52 additions & 40 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -34,59 +34,71 @@ 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
- Windows
- 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: "
<!-- 请注意:如果您处在中国大陆境内,请确保您的VPN处于开启状态,并且提交问题前请检查您的网络是否畅通。 -->
**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

0 comments on commit 013eaff

Please sign in to comment.