Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
msg555 authored May 6, 2024
1 parent 073d689 commit 3a40d1f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: msg555

---

**Describe the bug**
A clear and concise description of what the bug is. If applicable include log output with debug output enabled (pass `-vv` to the CLI tool).

**To Reproduce**
Indicate how to reproduce the bug.

Including database schemas and/or configs that produced the error is appreciated if possible.

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

**Software versions (or container image if applicable)**
- subsetter: [e.g. v0.3.0]
- sqlalchemy: [e.g. 2.0.29]
- db-api: [e.g. pymysql 1.1.0]
- Source Database: [e.g. MariaDB 11.4.1]
- Destination Database: [e.g. MariaDB 11.4.1]

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

0 comments on commit 3a40d1f

Please sign in to comment.