From f93f456d56f7ed97dcd5f316d0ebfaaffc221c99 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Sun, 18 Apr 2021 12:01:53 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0Bug=E5=8F=8D=E9=A6=88?= =?UTF-8?q?Issues=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 | 14 ++++++++++++++ 1 file changed, 14 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 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