diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 000000000..4247b959e --- /dev/null +++ b/issue_template.md @@ -0,0 +1,23 @@ +## Driver version or jar name +Please tell us what the JDBC driver version or jar name is. + +## SQL Server version +Please tell us what the SQL Server version is. + +## Client operating system +Please tell us what oprating system the client program is running on. + +## Java/JVM version +Example: java version "1.8.0", IBM J9 VM + +## Table schema +Please tell us the table schema + +## Problem description +Please share more details with us. + +## Expected behavior and actual behavior +Please tell us what should happen and what happened instead + +## Repro code +Please share repro code with us, or tell us how to reproduce the issue.