diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 00000000..155e1ca1 --- /dev/null +++ b/issue_template.md @@ -0,0 +1,27 @@ + + +## Driver version or file name + +Please tell us what the PHP driver version or file 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. + + + +## PHP version + +Please tell us which version of PHP you are running. + + + +## Microsoft ODBC Driver version + +Please tell us which version of the Microsoft ODBC Driver you are using. + + + +## 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.