-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
***Note*: for support questions, please ask on StackOverflow: https://stackoverflow.com/questions/tagged/serilog . This repository's issues are reserved for feature requests and bug reports.** | ||
|
||
**Do you want to request a *feature* or report a *bug*?** | ||
|
||
|
||
|
||
**What is the current behavior?** | ||
|
||
|
||
|
||
**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem** | ||
|
||
|
||
|
||
**What is the expected behavior?** | ||
|
||
|
||
|
||
**What is the motivation / use case for changing the behavior?** | ||
|
||
|
||
|
||
**Which versions of Serilog, and which platform / OS are affected by this issue? Did this work in previous versions of Serilog?** | ||
|
||
|
||
|
||
**Other information (e.g. stacktraces, related issues, suggestions how to fix)** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
**What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)** | ||
|
||
|
||
|
||
**What is the current behavior? (You can also link to an open issue here)** | ||
|
||
|
||
|
||
**What is the new behavior (if this is a feature change)?** | ||
|
||
|
||
|
||
**Does this PR introduce a breaking change?** | ||
|
||
|
||
|
||
**Please check if the PR fulfills these requirements** | ||
- [ ] The commit follows our guidelines: https://github.com/serilog/serilog#contribute | ||
- [ ] Tests for the changes have been added (for bug fixes / features) | ||
- [ ] Docs have been added / updated (for bug fixes / features) | ||
|
||
**Other information**: | ||
|