Skip to content

Commit ac27ee6

Browse files
authored
tweaked content, removed unnecessary MD formatting
1 parent 1eea9d1 commit ac27ee6

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,28 +1,27 @@
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.
1+
Bug Report / Support Request Template
2+
--------------------------------------
3+
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. (If you are using Serilog.Sinks.MSSqlServerCore, that package is deprecated, please switch to Serilog.Sinks.MSSqlServer before reporting an issue.)
34

4-
**Please clearly describe of what the SQL Sink is doing incorrectly:**
5+
>> Please clearly describe what the SQL Sink is doing incorrectly:
56
6-
**Please clearly describe the expected behavior:**
7+
>> Please clearly describe the expected behavior:
78
8-
**Name and version of all Serilog packages used in the project:**
9+
>> List the names and versions of all Serilog packages used in the project:
910
1011
- Serilog:
1112
- Serilog.Sinks.MSSqlServer:
1213
- (configuration, etc.)
1314

14-
**Target framework and operating system:**
15+
>> Target framework and operating system:
1516
16-
- [ ] .NET Core 2.0
17-
- [ ] .NET Framework 4.7
18-
- [ ] .NET Framework 4.6.x
19-
- [ ] .NET Framework 4.5.x
20-
- OS:
17+
[ ] .NET Core 2.0
18+
[ ] .NET Framework 4.7
19+
[ ] .NET Framework 4.6.x
20+
[ ] .NET Framework 4.5.x
21+
OS:
2122

22-
**Please provide the following as a _simple_ reproduction of the reported issue:**
23+
>> Provide a *simple* reproduction of your Serilog configuration code:
2324
24-
Serilog configuration code:
25+
>> Provide a *simple* reproduction of your Serilog configuration file, if any:
2526
26-
Serilog configuration file, if any:
27-
28-
Application code to reproduce the issue:
27+
>> Provide a *simple* reproduction of your application code:

0 commit comments

Comments
 (0)