-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
54 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,54 @@ | ||
Hi! Thanks for reporting this feature/bug/question! | ||
|
||
Please keep / fill in the relevant info from this template so that we can help you as best as possible. | ||
|
||
QUESTIONS are preferred on StackOverflow. You could expect a faster response there (but do include all the info below). Use the tag "nlog" https://stackoverflow.com/questions/ask | ||
|
||
Please only post issues here related to NLog.Web. If unsure, please post on https://github.com/NLog/NLog/issues/new | ||
|
||
For .NET Core users, please check the platform support: https://github.com/NLog/NLog/wiki/platform-support | ||
|
||
**Type** (choose one): | ||
|
||
- Bug | ||
- Feature request | ||
- Question | ||
|
||
|
||
**NLog version**: (e.g. 4.2.3) | ||
|
||
**NLog.Web/NLog.Web.AspNetCore version**: | ||
|
||
**NLog.Extensions.Logging version**: | ||
|
||
**Platform**: .Net 3.5 / .Net 4.0 / .Net 4.5/ .NET Core 1 / .NET Core 2 | ||
|
||
**Current NLog config** (xml or C#, if relevant) | ||
|
||
```xml | ||
<nlog> | ||
<targets> | ||
</targets> | ||
<rules> | ||
</rules> | ||
</nlog> | ||
|
||
``` | ||
|
||
In case of a BUG: | ||
|
||
- What is the current result? | ||
- What is the expected result? | ||
- Did you checked the [Internal log](https://github.com/NLog/NLog/wiki/Internal-Logging)? | ||
- Please post full exception details (message, stacktrace, inner exceptions) | ||
- Are there any workarounds? yes/no | ||
- Is there a version in which it did work? | ||
- Can you help us by writing an unit test? | ||
|
||
|
||
In case of a FEATURE REQUEST: | ||
|
||
- Why do we need it? | ||
- An example of the XML config, if relevant. | ||
|
||
|