-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #586 from David-Engel/patch-2
Create issue_template.md
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |