Skip to content

Commit

Permalink
Create ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
304NotModified authored Apr 20, 2018
1 parent f5da8f5 commit 15958cc
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE.md
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.


0 comments on commit 15958cc

Please sign in to comment.