Skip to content

Commit df44c22

Browse files
authored
Merge pull request #113 from DataAction/add-bug-report-template
Update issue templates
2 parents 4ae1361 + b6e7831 commit df44c22

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)