From ec6f9366e236ec5a86ef4e0d7aa8d73b8dc2b2c1 Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Wed, 31 Aug 2016 20:20:51 +1000 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- github/ISSUE_TEMPLATE.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 github/ISSUE_TEMPLATE.md diff --git a/github/ISSUE_TEMPLATE.md b/github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..dc009c6 --- /dev/null +++ b/github/ISSUE_TEMPLATE.md @@ -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)**