Update bug_report.yml
This commit is contained in:
parent
c0e57e0e39
commit
f2a55dc769
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -8,6 +8,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Installation Method | 安装方法与平台
|
label: Installation Method | 安装方法与平台
|
||||||
options:
|
options:
|
||||||
|
- Please choose | 请选择
|
||||||
- Pip Install (I used latest requirements.txt and python>=3.8)
|
- Pip Install (I used latest requirements.txt and python>=3.8)
|
||||||
- Anaconda (I used latest requirements.txt and python>=3.8)
|
- Anaconda (I used latest requirements.txt and python>=3.8)
|
||||||
- Docker(Windows/Mac)
|
- Docker(Windows/Mac)
|
||||||
@ -22,11 +23,19 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
id: describe
|
id: describe
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the bug & Screen Shot | 简述 与 有帮助的截图
|
label: Describe the bug | 简述
|
||||||
description: Describe the bug & Screen Shot | 简述 与 有帮助的截图
|
description: Describe the bug | 简述
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: screenshot
|
||||||
|
attributes:
|
||||||
|
label: Screen Shot | 有帮助的截图
|
||||||
|
description: Screen Shot | 有帮助的截图
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: traceback
|
id: traceback
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user