Skip to content

Commit 88a9c0e

Browse files
authored
Update issue templates (#1368)
1 parent 376dc05 commit 88a9c0e

3 files changed

Lines changed: 37 additions & 19 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
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):
11+
12+
**PHP version**
13+
14+
**PHP SQLSRV or PDO_SQLSRV version**
15+
16+
**Microsoft ODBC Driver version**
17+
18+
**SQL Server version**
19+
20+
**Client operating system**
21+
22+
**Table schema**
23+
24+
**Problem description**
25+
26+
**Expected behavior and actual behavior**
27+
28+
**Repro code or steps to reproduce**

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
110
### Is your feature request related to a problem? Please describe.
211
A clear and concise description of what the problem is.
312

0 commit comments

Comments
 (0)