From fc254a3d220ba82136e87da6aab92f40471bf30c Mon Sep 17 00:00:00 2001 From: xu Date: Tue, 23 Apr 2024 11:17:57 +0800 Subject: [PATCH] feat: Added the issue template file Bug Report.md --- .github/ISSUE_TEMPLATE/Bug Report.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug Report.md diff --git a/.github/ISSUE_TEMPLATE/Bug Report.md b/.github/ISSUE_TEMPLATE/Bug Report.md new file mode 100644 index 000000000..50776723b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug Report.md @@ -0,0 +1,16 @@ +--- +name: Issue template +about: Issue template for code error. +title: '' +labels: '' +assignees: '' + +--- + +请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem + +- 系统环境/System Environment: +- 版本号/Version: +- 问题相关组件/Related components: +- 运行指令/Command Code: +- 完整报错/Complete Error Message: