Skip to content

Commit

Permalink
Update issue templates (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
absci authored Feb 3, 2022
1 parent 0997c25 commit 2bf5501
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 2bf5501

Please sign in to comment.