Skip to content

Commit

Permalink
[update] bug_report template
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelaon committed Jan 29, 2024
1 parent dc3357b commit 1fdb827
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,23 @@ about: Create a report to help us improve
---

**Information**
- Version of Medoo:
- Version of PHP:
- Type of Database (MySQL, MSSQL, SQLite...):
- System (Liunx|Windows|Mac):
- **Version of Medoo:** [Enter the version number]
- **Version of PHP:** [Enter the version number]
- **Type of Database:** [MySQL, MSSQL, SQLite, etc.]
- **System:** [Linux|Windows|Mac]

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

**Detail Code**
The detail code you are using causes the problem.
**Code Snippet**
The detail code you are using that causes the problem:
```php
// Write your PHP code here

```

**Expected output**
A clear and concise description of what output you expected.
**Expected Behavior**
A clear and concise description of what you expected to happen.

**Actual Behavior**
A clear and concise description of what actually happened.

0 comments on commit 1fdb827

Please sign in to comment.