summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: e62cc13ccc6d6ce17e330ee354c0049b597863ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
name: Bug report
about: Submit a new bug report to help us improve ADOdb
title: ''
labels: 'triage'
assignees: ''

---

### Description
A clear and concise description of what the problem is, including relevant error messages and stack trace.

### Environment
- ADOdb version: _Version number (or Git Commit/Ref)_
- Driver or Module: 
- Database type and version: 
- PHP version: 
- Platform: 

* [ ] I have tested that the problem is reproducible in the [latest release](https://github.com/ADOdb/ADOdb/releases/latest) / [master](https://github.com/ADOdb/ADOdb/tree/master) branch / latest [hotfix](https://github.com/ADOdb/ADOdb/branches/all?query=hotfix) branch  
  ⚠️ Keep only the applicable option(s), i.e. where you actually tested, and remove the others

### Steps to reproduce
Detailed, step-by-step instructions to reproduce the behavior, including:
- code snippet 
- SQL to create and populate database objects used by the code snippet

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

### Additional context 
Add any other information relevant to the problem here.