From 7e66737667a1d11a34d440384d3c50e4c8717622 Mon Sep 17 00:00:00 2001 From: Trino Date: Tue, 20 Feb 2024 23:13:18 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 46 ++++++++++++++++++++++++++++ 1 file changed, 46 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..4396982 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,46 @@ +--- +name: bug_report +about: You're experiencing an issue with Eggie KV that is different than the documented + behavior. +title: "[BUG](Module): Description" +labels: bug +assignees: '' + +--- + +# 问题描述 + +请提供对问题的清晰、简洁的描述。 + +# 复现步骤 + +请提供重现问题的步骤: +1. 步骤 1 +2. 步骤 2 +3. 步骤 3 + +# 预期行为 + +请描述你期望的结果或行为。 + +# 实际行为 + +请描述目前的结果或行为,以及与预期行为的差异。 + +# 环境信息 + +- 操作系统: +- 软件/库版本: +- 其他相关环境信息: + +# 错误信息或日志 + +如果有错误信息、堆栈跟踪或相关日志,请提供相关信息。 + +# 截图(可选) + +如果适用,可以提供相关截图以更好地说明问题。 + +# 其他信息 + +请提供任何其他与问题相关的信息。