Skip to content

Commit b7ab58b

Browse files
authored
Merge pull request #151 from serilog/issue_template
Create ISSUE_TEMPLATE.md
2 parents efbb8d6 + 3e64740 commit b7ab58b

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)