.github/ISSUE_TEMPLATE/bug_report.md

Summary

Maintainability
Test Coverage
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: error-bug, warning-bug
assignees: ''

---

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

**To Reproduce**
Steps to reproduce the behavior:

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

> *Warning*: Failing to provide necessary information may cause the issue to be closed without consideration

**Environment (please complete the following information):**
 - EZSQL Version : 
 - PHP Version:
 - SQL Driver:[ mysql, pgsql, sqlserver, sqlite3]

**PHP code snippet used**

```php
<?php


```