From c553105f9bc217b2cbde65fd6f55c02f165c5890 Mon Sep 17 00:00:00 2001 From: Jenny Tam Date: Fri, 20 Apr 2018 12:29:56 -0700 Subject: [PATCH] Further simplified the issue template --- issue_template.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/issue_template.md b/issue_template.md index 5105bf7c..dc39a3db 100644 --- a/issue_template.md +++ b/issue_template.md @@ -1,28 +1,20 @@ .+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 - +The PHP driver version or file name: + +## PHP Driver version or file name + +## SQL Server version - +The SQL Server version: + +## Client operating system - +What operating system the client program is running on: + +## PHP version - +Which version of PHP you are running: + +## Microsoft ODBC Driver version - +The version of Microsoft ODBC Driver: + +## 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. + - +## Repro code - +If possible, please share your repro code, or tell us how to reproduce the issue. + +## Repro code or steps to reproduce + \ No newline at end of file