Skip to content

Commit

Permalink
Merge pull request #1247 from NLog/github
Browse files Browse the repository at this point in the history
Init version issue template
  • Loading branch information
304NotModified committed Feb 17, 2016
2 parents b8d1f32 + c23605c commit 87a9d9b
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
Please keep the relevant info from this template:

**Type** (choose one):

- Bug
- Feature request
- Question


**NLog version**: (e.g. 4.2.3)

**Platform**: .Net 3.5 / .Net 4.0 / .Net 4.5 / Mono 4 / Silverlight 4 / Silverlight 5 / Xamarin Android / Xamarin iOs

**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 work arrounds? yes/no
- Is there a version in which it did worked?
- 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 87a9d9b

Please sign in to comment.