Merge pull request #586 from David-Engel/patch-2

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

27
issue_template.md Normal file
View file

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