This commit is contained in:
Sicong 2022-02-02 13:02:08 -08:00 коммит произвёл GitHub
Родитель 376dc05401
Коммит 88a9c0ec42
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 37 добавлений и 19 удалений

19
.github/ISSUE_TEMPLATE/bug-report.md поставляемый
Просмотреть файл

@ -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

28
.github/ISSUE_TEMPLATE/bug_report.md поставляемый Normal file
Просмотреть файл

@ -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**

9
.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.