Skip to content

Commit 52c11f9

Browse files
committed
docs: update issue template
1 parent 65518bc commit 52c11f9

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/ISSUE_TEMPLATE/02-bug.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
---
2-
name: Bug
2+
name: 🐞 Bug
33
about: Bug
44
title: 'Bug'
55
labels: 'Bug'
66
assignees: ''
77

88
---
99

10-
请提供下述完整信息以便快速定位问题
11-
(Please provide the following information to quickly locate the problem)
12-
- **系统环境/System Environment**
13-
- **使用的是哪门语言的程序/Which programing language**
14-
- **所使用语言相关版本信息/Version**
15-
- **OnnxRuntime版本/OnnxRuntime Version**
16-
- **可复现问题的demo/Demo of reproducible problems**
17-
- **完整报错/Complete Error Message**
18-
- **可能的解决方案/Possible solutions**:
10+
#### 问题描述 / Problem Description
11+
12+
#### 运行环境 / Runtime Environment
13+
14+
#### 复现代码 / Reproduction Code
15+
16+
```python
17+
18+
```
19+
20+
#### 可能解决方案 / Possible solutions

0 commit comments

Comments
 (0)