From 2533bbdff6303e81c189daa621552ba6a59cef09 Mon Sep 17 00:00:00 2001 From: Sicong Date: Tue, 25 Jan 2022 15:58:57 -0800 Subject: [PATCH] Reformat issue template (#1364) --- .github/ISSUE_TEMPLATE/bug-report.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/other.md | 0 issue_template.md | 20 -------------------- 4 files changed, 30 insertions(+), 20 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/other.md delete mode 100644 issue_template.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..62047a12 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,19 @@ +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 (skipping questions might delay our responses): + +### PHP Driver version or file name + +### SQL Server version + +### Client operating system + +### PHP version + +### Microsoft ODBC Driver version + +### Table schema + +### Problem description + +### Expected behavior and actual behavior + +### Repro code or steps to reproduce diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..516e0e70 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,11 @@ +### Is your feature request related to a problem? Please describe. +A clear and concise description of what the problem is. + +### Describe the solution you'd like +A clear and concise description of what you want to happen. + +### Describe alternatives you've considered +A clear and concise description of any alternative solutions or features you've considered. + +### Additional context +Add any other context about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 00000000..e69de29b diff --git a/issue_template.md b/issue_template.md deleted file mode 100644 index dc39a3db..00000000 --- a/issue_template.md +++ /dev/null @@ -1,20 +0,0 @@ -.+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: - - +## PHP Driver version or file name - + - +## SQL Server version - + - +## Client operating system - + - +## PHP version - + - +## Microsoft ODBC Driver version - + - +## Table schema - + - +## Problem description - + - +## Expected behavior and actual behavior - + - +## Repro code or steps to reproduce - \ No newline at end of file