From da5b32b2a80ecf7c76c050b8ed25e62bb55859bb Mon Sep 17 00:00:00 2001 From: David Engel Date: Fri, 3 Nov 2017 12:11:19 -0700 Subject: [PATCH] Create issue_template.md This should create a template for new issues per: https://help.github.com/articles/creating-an-issue-template-for-your-repository/ --- issue_template.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 issue_template.md diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 00000000..5265295b --- /dev/null +++ b/issue_template.md @@ -0,0 +1,26 @@ +## 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.