Modified the new issue template

This commit is contained in:
Jenny Tam 2018-04-20 08:24:53 -07:00
parent 7a531d9423
commit 9c78b1ee38

View file

@ -1,27 +1,28 @@
.+Please check the [FAQ (frequently-asked questions)](https://github.com/Microsoft/msphpsql/wiki/FAQ) first. If you have other questions or something to report, please address the following:
+## Driver version or file name
+Please tell us what the PHP driver version or file name is.
+The PHP driver version or file name:
+
+## SQL Server version
+Please tell us what the SQL Server version is.
+The SQL Server version:
+
+## Client operating system
+Please tell us what oprating system the client program is running on.
+What operating system the client program is running on:
+
+## PHP version
+Please tell us which version of PHP you are running.
+Which version of PHP you are running:
+
+## Microsoft ODBC Driver version
+Please tell us which version of the Microsoft ODBC Driver you are using.
+The version of Microsoft ODBC Driver:
+
+## Table schema
+Please tell us the table schema
+Table schema, if applicable:
+
+## Problem description
+Please share more details with us.
+
+## Expected behavior and actual behavior
+Please tell us what should happen and what happened instead
+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.
+If possible, please share your repro code, or tell us how to reproduce the issue.