diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..e5b416d0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,14 @@ +--- +name: Bug反馈 +title: "[Bug report]" +--- + +**问题描述** +请尽量简洁、完整地描述你遇到的bug,至少包括以下部分(如有必要,可提供截图): +1. 问题触发的条件/操作流程 +2. 期望表现与实际表现 + +**环境信息** +至少包含以下部分: +1. 系统环境(Mac or Windows) +2. 浏览器环境(如:Chrome v89.0.4389.114) \ No newline at end of file