From 9c78b1ee389639c9fc80f695835135a0a4b1da6a Mon Sep 17 00:00:00 2001 From: Jenny Tam Date: Fri, 20 Apr 2018 08:24:53 -0700 Subject: [PATCH] Modified the new issue template --- issue_template.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/issue_template.md b/issue_template.md index 155e1ca1..5105bf7c 100644 --- a/issue_template.md +++ b/issue_template.md @@ -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.