From 2bf5501fa4295692cef712dc365f3890dc7d5571 Mon Sep 17 00:00:00 2001 From: Sicong Date: Wed, 2 Feb 2022 21:36:20 -0800 Subject: [PATCH] Update issue templates (#1369) --- .github/ISSUE_TEMPLATE/bug-report.md | 19 --------------- .github/ISSUE_TEMPLATE/bug_report.md | 28 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 9 ++++++++ 3 files changed, 37 insertions(+), 19 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index 62047a12..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,19 +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 (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/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..829b0e22 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +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 version** + +**PHP SQLSRV or PDO_SQLSRV version** + +**Microsoft ODBC Driver version** + +**SQL Server version** + +**Client operating system** + +**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 index 516e0e70..e1fb7815 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,3 +1,12 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + ### Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is.