diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..51b5fcdd --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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 + + + + + + + +``` + +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. + +