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.