Skip to content

Commit 903f156

Browse files
2 parents fdc9c17 + 6b5daa5 commit 903f156

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 the issue or proposed 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/UC2JMc
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 the code that is required to reproduce the issue, not the whole project
18+
- You can send private code here: [email protected]
19+
20+
_Note: If you are not able to provide code we can run and that reproduce the issue, we will not be able to fix it either._
21+
22+
### Further technical details
23+
- EF version:
24+
- GraphDiff version:
25+
- Database Provider:

0 commit comments

Comments
 (0)