From 3c6b9b5df927b821e9d706b78205afbd03534071 Mon Sep 17 00:00:00 2001 From: Wang Fenjin Date: Wed, 14 Feb 2024 12:41:38 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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..ed04f47 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Bug 描述** +A clear and concise description of what the bug is. + +**重现步骤** +有问题的完整的 SQL + +**与预期不符合的地方** +A clear and concise description of what you expected to happen. + +**SQL 执行截图** +If applicable, add screenshots to help explain your problem. + +**环境信息** + - 操作系统: + - 有问题的软件版本: + +**其他** +Add any other context about the problem here.