Spaces:
Runtime error
Runtime error
binary-husky
commited on
Update bug_report.yml
Browse files
.github/ISSUE_TEMPLATE/bug_report.yml
CHANGED
|
@@ -18,7 +18,7 @@ body:
|
|
| 18 |
required: true
|
| 19 |
|
| 20 |
- type: textarea
|
| 21 |
-
id:
|
| 22 |
attributes:
|
| 23 |
label: Describe the bug | 简述
|
| 24 |
description: Describe the bug | 简述
|
|
@@ -26,19 +26,19 @@ body:
|
|
| 26 |
required: true
|
| 27 |
|
| 28 |
- type: textarea
|
| 29 |
-
id:
|
| 30 |
attributes:
|
| 31 |
label: Screen Shot | 截图
|
| 32 |
description: Screen Shot | 截图
|
| 33 |
|
| 34 |
- type: textarea
|
| 35 |
-
id:
|
| 36 |
attributes:
|
| 37 |
label: Terminal Traceback 终端traceback(如有)
|
| 38 |
description: Terminal Traceback 终端traceback(如有)
|
| 39 |
|
| 40 |
- type: textarea
|
| 41 |
-
id:
|
| 42 |
attributes:
|
| 43 |
label: Material to Help Reproduce Bugs 帮助我们复现的测试材料样本(如有)
|
| 44 |
description: Material to Help Reproduce Bugs 帮助我们复现的测试材料样本(如有)
|
|
|
|
| 18 |
required: true
|
| 19 |
|
| 20 |
- type: textarea
|
| 21 |
+
id: describe
|
| 22 |
attributes:
|
| 23 |
label: Describe the bug | 简述
|
| 24 |
description: Describe the bug | 简述
|
|
|
|
| 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 帮助我们复现的测试材料样本(如有)
|