From 1d2c002615e24924fd8a738428f0b52bdef8b09b Mon Sep 17 00:00:00 2001 From: xaoyo Date: Sat, 14 Oct 2023 23:55:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=BA=E5=8C=85=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 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..67d9aea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: 帮助定位问题所在 +title: '' +labels: '' +assignees: '' + +--- + +**问题描述** +请在此处提供对问题的详细描述。 + +**复现步骤** +请提供重现问题所需的步骤。(执行的命令) + +1. 步骤 1 +2. 步骤 2 +3. 步骤 3 + +**预期行为** +请清楚地描述您预期的行为。 + +**实际行为** +请描述实际的行为和问题出现的地方。 + +**环境信息** +- 操作系统版本: +- python版本: +- 微信版本: + + + +**其他信息** +请提供任何与问题相关的其他信息(文字,截图等)。