Skip to content

Commit b31c3d7

Browse files
authored
Update ISSUE_TEMPLATE.md
1 parent 8346a1e commit b31c3d7

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
### Steps to reproduce
2-
Ideally include a complete code listing that we can run to reproduce the issue.
3-
Alternatively, you can provide a project/solution that we can run.
4-
5-
### The issue
61
Describe what is not working as expected.
72

83
If you are seeing an exception, include the full exceptions details (message and stack trace).
@@ -12,10 +7,17 @@ Exception message:
127
Stack trace:
138
```
149

15-
### Further technical details
10+
### Steps to reproduce
11+
Include a complete code listing (or project/solution) that we can run to reproduce the issue.
12+
13+
Partial code listings, or multiple fragments of code, will slow down our response or cause us to push the issue back to you to provide code to repoduce the issue.
1614

15+
```c#
16+
<code listing>
17+
```
18+
19+
### Further technical details
1720
EF Core version: (found in project.json or packages.config)
21+
Database Provider: (e.g. Microsoft.EntityFrameworkCore.SqlServer)
1822
Operating system:
19-
Visual Studio version: (e.g. VS 2013 or n/a)
20-
21-
Other details about my project setup:
23+
IDE: (e.g. Visual Studio 2015)

0 commit comments

Comments
 (0)