We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65042af commit 72c6d56Copy full SHA for 72c6d56
.github/ISSUE_TEMPLATE/bug_report.md
@@ -5,14 +5,19 @@ about: Create a report to help us improve
5
6
**Information**
7
- Version of Medoo:
8
+- Version of PHP:
9
- Type of Database (MySQL, MSSQL, SQLite...):
-- System (Liunx\Windows\Mac):
10
+- System (Liunx|Windows|Mac):
11
12
**Describe the Problem**
13
A clear and concise description of what the problem is.
14
15
**Detail Code**
16
The detail code you are using causes the problem.
17
+```php
18
+// Write your PHP code here
19
+
20
+```
21
22
**Expected output**
-A clear and concise description of what output you expected.
23
+A clear and concise description of what output you expected.
0 commit comments