We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65518bc commit 52c11f9Copy full SHA for 52c11f9
.github/ISSUE_TEMPLATE/02-bug.md
@@ -1,18 +1,20 @@
1
---
2
-name: Bug
+name: 🐞 Bug
3
about: Bug
4
title: 'Bug'
5
labels: 'Bug'
6
assignees: ''
7
8
9
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**:
+#### 问题描述 / Problem Description
+
+#### 运行环境 / Runtime Environment
+#### 复现代码 / Reproduction Code
+```python
+```
19
20
+#### 可能解决方案 / Possible solutions
0 commit comments