Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravell authored Oct 17, 2024
1 parent a3804ce commit 00a3808
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug, needs-triage
assignees: ''

---

**Check your library version, and try updating**
To help, we're going to need to know your library version. If it isn't the latest: *go do that* - it might
fix the problem, and even if it doesn't: you're going to need to update if we find a problem and fix it,
so you might as well get ready for that now.

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

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected and actual behavior**
A clear and concise description of what you expected to happen, and what actually happens.

**Additional context**
Add any other context about the problem here:
- what DB backend (and version) are you using, if relevant?
- what ADO.NET provider (and version) are you using, if relevant?
- what OS and .NET runtime (and version) are you using, if relevant?

0 comments on commit 00a3808

Please sign in to comment.