Skip to content

Commit 00a3808

Browse files
authored
Update issue templates
1 parent a3804ce commit 00a3808

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug, needs-triage
6+
assignees: ''
7+
8+
---
9+
10+
**Check your library version, and try updating**
11+
To help, we're going to need to know your library version. If it isn't the latest: *go do that* - it might
12+
fix the problem, and even if it doesn't: you're going to need to update if we find a problem and fix it,
13+
so you might as well get ready for that now.
14+
15+
**Describe the bug**
16+
A clear and concise description of what the bug is.
17+
18+
**To Reproduce**
19+
Steps to reproduce the behavior:
20+
1. Go to '...'
21+
2. Click on '....'
22+
3. Scroll down to '....'
23+
4. See error
24+
25+
**Expected and actual behavior**
26+
A clear and concise description of what you expected to happen, and what actually happens.
27+
28+
**Additional context**
29+
Add any other context about the problem here:
30+
- what DB backend (and version) are you using, if relevant?
31+
- what ADO.NET provider (and version) are you using, if relevant?
32+
- what OS and .NET runtime (and version) are you using, if relevant?

0 commit comments

Comments
 (0)