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