Skip to content

Commit fbba7fb

Browse files
Update ISSUE_TEMPLATE.md
1 parent 62bf666 commit fbba7fb

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
1-
### Description
2-
Describe the issue or proposed feature.
1+
Here is what to include in your request to make sure we implement a solution as quickly as possible.
32

4-
### Exception
5-
If you are seeing an exception, include the full exceptions details (message and stack trace).
3+
1. Description
4+
Describe the issue or propose a feature.
5+
6+
2. Exception
7+
If you are seeing an exception, include the full exception details (message and stack trace).
68

7-
```
89
Exception message:
910
Stack trace:
10-
```
11+
3. Fiddle or Project
12+
If you are able,
1113

12-
### Fiddle or Project
13-
Create a Fiddle that reproduce the issue: https://dotnetfiddle.net/zB4SGA
14+
Provide a Fiddle that reproduce the issue: https://dotnetfiddle.net/25Vjsn
1415

1516
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]
1917

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._
18+
Make sure the project compile
19+
Make sure to provide only the code that is required to reproduce the issue, not the whole project
20+
You can send private code here: [email protected]
21+
Otherwise, make sure to include as much information as possible to help our team to reproduce the issue.
2122

22-
### Further technical details
23-
- EF version:
24-
- EF Plus version:
25-
- Database Provider:
23+
4. Any further technical details
24+
Add any relevant detail can help us.

0 commit comments

Comments
 (0)