From 9e2435f7ecdda7af2c6026c37793f5a53e3549db Mon Sep 17 00:00:00 2001 From: Eilon Lipton Date: Fri, 13 Jul 2018 10:33:35 -0700 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 28ef976c35..331b644f16 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -36,6 +36,10 @@ If you believe you have an issue that affects the security of the platform pleas Tips for opening great bugs: -1. Try enabling logging (in the most verbose level) and see if the details help you in fixing the issue you are seeing. Share the logs too if it helps in diagnosing the issue faster. More info: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/logging - -2. If you are seeing an exception, include the full exceptions details (message and stack trace). More info: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/error-handling +1. Try enabling logging (in the most verbose level) and see if the details help you in fixing the issue you are seeing. Share the logs too if it helps in diagnosing the issue faster. More info: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/logging +2. If you are seeing an exception, include the full exceptions details (message and stack trace). More info: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/error-handling +3. Please try to include as much information as possible: + 1. Description of the problem: + 2. Steps to reproduce (preferrably a link to a GitHub repo with a repro project) + 3. The version of `Microsoft.AspNetCore.App` or `Microsoft.AspNetCore.All` + 4. The output of `dotnet --info`