From c7dfa94614696bfb3f4cf555e31886cf37e2e5c3 Mon Sep 17 00:00:00 2001 From: petoju Date: Thu, 25 Apr 2024 22:18:55 +0200 Subject: [PATCH] Ask people specify server version when creating an issue (#140) --- .github/ISSUE_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8dacee959..7e2299cf1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -9,6 +9,9 @@ Run `terraform -v` to show the version. If you are not running the latest versio You can find the latest version mentioned here: https://registry.terraform.io/providers/petoju/mysql/latest +### MySQL version and settings +Provide us with your DB version and non-standard DB settings. Did you add or change some `sql_mode` or some other config? Mention it. + ### Terraform Configuration Files In the ideal case, provide narrowed-down reproducer of your case. This should be a complete module with config connecting to localhost demonstrating the issue.