Merge pull request #585 from David-Engel/patch-1

Create issue_template.md
This commit is contained in:
Hadis Fard 2017-11-03 15:19:25 -07:00 committed by GitHub
commit 47433be481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

26
issue_template.md Normal file
View file

@ -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.