Skip to content

Commit 72c6d56

Browse files
authored
Update bug_report.md
1 parent 65042af commit 72c6d56

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,19 @@ about: Create a report to help us improve
55

66
**Information**
77
- Version of Medoo:
8+
- Version of PHP:
89
- Type of Database (MySQL, MSSQL, SQLite...):
9-
- System (Liunx\Windows\Mac):
10+
- System (Liunx|Windows|Mac):
1011

1112
**Describe the Problem**
1213
A clear and concise description of what the problem is.
1314

1415
**Detail Code**
1516
The detail code you are using causes the problem.
17+
```php
18+
// Write your PHP code here
19+
20+
```
1621

1722
**Expected output**
18-
A clear and concise description of what output you expected.
23+
A clear and concise description of what output you expected.

0 commit comments

Comments
 (0)