From 21b6dbee4c9167779df2130169763bbe953ab598 Mon Sep 17 00:00:00 2001 From: ww-rm Date: Wed, 3 Sep 2025 21:41:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0bug=20issue=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 18 ++++++++++++++++++ 1 file changed, 18 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 0000000..ddc7272 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,18 @@ +--- +name: 问题报告/Bug report +about: 报告可能的程序错误/Create a report to help us improve +title: '' +labels: '' +assignees: '' +--- + +## 问题描述/Describe the bug +清晰完整的描述问题是什么以及如何发生的。/A clear and concise description of what the bug is. + +## 复现方式(可选)/To Reproduce (Optional) + +## 截图(可选)/Screenshots (Optional)** +如果有必要,提供报错时的有关截图。/If applicable, add screenshots to help explain your problem. + +## 附件(可选)/Attachments (Optional) +请将会**出现问题的文件**以及**日志文件**打包成一个 ZIP 后作为附件贴在 issue 内。/Please compress the problematic files and the log files into a single ZIP archive and attach it to this issue.