Skip to content

Commit 77e01d1

Browse files
Create ISSUE_TEMPLATE.md
1 parent 4e33907 commit 77e01d1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
### Description
2+
Describe what is not working as expected or the desired feature.
3+
4+
### Exception
5+
If you are seeing an exception, include the full exceptions details (message and stack trace).
6+
7+
```
8+
Exception message:
9+
Stack trace:
10+
```
11+
12+
### Fiddle or Project
13+
Create a Fiddle that reproduce the issue: https://dotnetfiddle.net/zB4SGA
14+
15+
Or provide a project/solution that we can run to reproduce the issue.
16+
- Make sure the project compile
17+
- Make sure to provide only what's required for the issue, not the whole project
18+
- Private code can be send here: [email protected]
19+
20+
_Note: If you are not able to provide code that reproduce the issue, we will not be able either._
21+
22+
### Further technical details
23+
- EF version:
24+
- EF Plus version:
25+
- Database Provider:

0 commit comments

Comments
 (0)