binary-husky commited on
Commit
f2a55dc
1 Parent(s): c0e57e0

Update bug_report.yml

Browse files
.github/ISSUE_TEMPLATE/bug_report.yml CHANGED
@@ -8,6 +8,7 @@ body:
8
  attributes:
9
  label: Installation Method | 安装方法与平台
10
  options:
 
11
  - Pip Install (I used latest requirements.txt and python>=3.8)
12
  - Anaconda (I used latest requirements.txt and python>=3.8)
13
  - Docker(Windows/Mac)
@@ -22,11 +23,19 @@ body:
22
  - type: textarea
23
  id: describe
24
  attributes:
25
- label: Describe the bug & Screen Shot | 简述 与 有帮助的截图
26
- description: Describe the bug & Screen Shot | 简述 与 有帮助的截图
27
  validations:
28
  required: true
29
-
 
 
 
 
 
 
 
 
30
  - type: textarea
31
  id: traceback
32
  attributes:
 
8
  attributes:
9
  label: Installation Method | 安装方法与平台
10
  options:
11
+ - Please choose | 请选择
12
  - Pip Install (I used latest requirements.txt and python>=3.8)
13
  - Anaconda (I used latest requirements.txt and python>=3.8)
14
  - Docker(Windows/Mac)
 
23
  - type: textarea
24
  id: describe
25
  attributes:
26
+ label: Describe the bug | 简述
27
+ description: Describe the bug | 简述
28
  validations:
29
  required: true
30
+
31
+ - type: textarea
32
+ id: screenshot
33
+ attributes:
34
+ label: Screen Shot | 有帮助的截图
35
+ description: Screen Shot | 有帮助的截图
36
+ validations:
37
+ required: true
38
+
39
  - type: textarea
40
  id: traceback
41
  attributes: