We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ae1361 + b6e7831 commit df44c22Copy full SHA for df44c22
1 file changed
.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,27 @@
1
+---
2
+name: Bug report
3
+about: Create a report to help us improve
4
+title: ''
5
+labels: ''
6
+assignees: ''
7
+
8
9
10
+**Describe the bug**
11
+A clear and concise description of what the bug is.
12
13
+**To Reproduce**
14
+Please provide C#/SQL necessary to reproduce the issue, and steps to follow:
15
+1. Run script `create table foo ...`
16
+2. Execute the following C# `...`
17
+3. Observe that the following output occurs: `blah`
18
19
+**Expected behavior**
20
+A clear and concise description of what you expected to happen.
21
22
+**Environment**
23
+- .NET Framework/Core version (e.g. `Core 2.1`)
24
+- `AdoNetCore.AseClient` nuget package version (e.g. `0.13.1`)
25
26
+**Additional context**
27
+Add any other context about the problem here.
0 commit comments