From 35274f18bb14c32b51ca84a1663e833121e402cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jakub=20Vr=C3=A1na?= Date: Mon, 10 Mar 2025 19:09:56 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 13 +++++++++++++ 1 file changed, 13 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..07843c57 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,13 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +Driver: e.g. MySQL +Server version: e.g. 10.1.48-MariaDB + +Please provide reproducible steps including a SQL dump (with no personal information) if applicable. -- 2.39.5