binary-husky commited on
Commit
f8209e5
1 Parent(s): 111a65e

Update bug_report.yml

Browse files
.github/ISSUE_TEMPLATE/bug_report.yml CHANGED
@@ -20,32 +20,16 @@ body:
20
  - type: textarea
21
  id: describe
22
  attributes:
23
- label: Describe the bug | 简述
24
- description: Describe the bug | 简述
25
  validations:
26
  required: true
27
-
28
- - type: textarea
29
- id: screenshot
30
- attributes:
31
- label: Screen Shot | 截图
32
- description: Screen Shot | 截图
33
 
34
  - type: textarea
35
  id: traceback
36
  attributes:
37
- label: Terminal Traceback 终端traceback(如有)
38
- description: Terminal Traceback 终端traceback(如有)
39
-
40
- - type: textarea
41
- id: material
42
- attributes:
43
- label: Material to Help Reproduce Bugs 帮助我们复现的测试材料样本(如有)
44
- description: Material to Help Reproduce Bugs 帮助我们复现的测试材料样本(如有)
45
-
46
-
47
-
48
-
49
 
50
 
51
 
 
20
  - type: textarea
21
  id: describe
22
  attributes:
23
+ label: Describe the bug & Screen Shot | 简述 与 有帮助的截图
24
+ description: Describe the bug & Screen Shot | 简述 与 有帮助的截图
25
  validations:
26
  required: true
 
 
 
 
 
 
27
 
28
  - type: textarea
29
  id: traceback
30
  attributes:
31
+ label: Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)
32
+ description: Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)
 
 
 
 
 
 
 
 
 
 
33
 
34
 
35