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/
This commit is contained in:
David Engel 2017-11-03 12:11:19 -07:00 committed by GitHub
parent 67c2448a3f
commit da5b32b2a8
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.