Skip to content

Commit 3e64740

Browse files
authored
Create ISSUE_TEMPLATE.md
Lately a lot of issues are Serilog package mismatches, or they lack enough information to reproduce the issue. Hopefully this will help...
1 parent efbb8d6 commit 3e64740

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## Bug Report / Support Request Template
2+
If you are opening a feature request, you can ignore this template. Bug reports and requests for assistance usually require the same basic information described below. This will help us more quickly reproduce and investigate the problem you're reporting.
3+
4+
**Please clearly describe of what the SQL Sink is doing incorrectly:**
5+
6+
**Please clearly describe the expected behavior:**
7+
8+
**Name and version of all Serilog packages used in the project:**
9+
10+
- Serilog:
11+
- Serilog.Sinks.MSSqlServer:
12+
- (configuration, etc.)
13+
14+
**Target framework and operating system:**
15+
16+
- [ ] .NET Core 2.0
17+
- [ ] .NET Framework 4.7
18+
- [ ] .NET Framework 4.6.x
19+
- [ ] .NET Framework 4.5.x
20+
- OS:
21+
22+
**Please provide the following as a _simple_ reproduction of the reported issue:**
23+
24+
Serilog configuration code:
25+
26+
Serilog configuration file, if any:
27+
28+
Application code to reproduce the issue:

0 commit comments

Comments
 (0)