diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..f63997c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug Report +about: 报告一个 bug / Report a bug +title: "[BUG]" +labels: bug +assignees: '' + +--- + +## 问题描述 (Description) +请详细描述你遇到的问题。 +Please describe the issue you encountered in detail. + +## 复现步骤 (Steps to Reproduce) +1. +2. +3. + +## 预期结果 (Expected Result) +你期望得到的结果。 +What you expected to happen. + +## 实际结果 (Actual Result) +实际出现的结果。 +What actually happened. + +## 环境信息 (Environment) +- 操作系统 (OS): +- 版本 (Version): +- 其他信息 (Other): \ No newline at end of file