laudis-technologies/neo4j-php-client

View on GitHub
.github/ISSUE_TEMPLATE/bug_report.md

Summary

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

---

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

**To Reproduce**
Steps to reproduce the behavior:
1. Create client with neo4j scheme 
2. Open transaction 
3. Commit transaction
4. See error

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

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
 - Library version: [e.g. 2.0.8, use `composer show -i laudis/neo4j-php-client` to find out]
 - Neo4j Version: [e.g. 4.2.1, aura, use `neo4j version` to find out]
 - PHP version: [e.g. 8.0.2, use `php -v` to find out]
 - OS: [e.g. Linux, 5.13.4-1-MANJARO, Windows 10]

**Additional context**
Add any other context about the problem here.