Skip to content

Commit a8088c3

Browse files
Update ISSUE_TEMPLATE.md
1 parent fbba7fb commit a8088c3

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
1-
Here is what to include in your request to make sure we implement a solution as quickly as possible.
1+
Here is what to include in your request to make sure we implement a solution as quickly as possible.
22

3-
1. Description
3+
## 1. Description
44
Describe the issue or propose a feature.
55

6-
2. Exception
6+
## 2. Exception
77
If you are seeing an exception, include the full exception details (message and stack trace).
88

9+
```
910
Exception message:
1011
Stack trace:
11-
3. Fiddle or Project
12+
```
13+
14+
## 3. Fiddle or Project
1215
If you are able,
1316

1417
Provide a Fiddle that reproduce the issue: https://dotnetfiddle.net/25Vjsn
1518

1619
Or provide a project/solution that we can run to reproduce the issue.
20+
- Make sure the project compile
21+
- Make sure to provide only the code that is required to reproduce the issue, not the whole project
22+
- You can send private code here: [email protected]
1723

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]
2124
Otherwise, make sure to include as much information as possible to help our team to reproduce the issue.
2225

23-
4. Any further technical details
26+
## 4. Any further technical details
2427
Add any relevant detail can help us.

0 commit comments

Comments
 (0)