-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |