Added a template for filing issues

This commit is contained in:
Kiran Challa 2018-04-29 13:00:08 -07:00
parent cb97a93fff
commit 86d885e533
1 changed files with 25 additions and 0 deletions

25
.github/ISSUE_TEMPLATE vendored Normal file
View File

@ -0,0 +1,25 @@
#### Is this a Bug or Feature request?:
#### Steps to reproduce or link to a repro project:
#### Description of the problem:
#### Version of `Microsoft.AspNetCore.Mvc` or `Microsoft.AspNetCore.App` or `Microsoft.AspNetCore.All`:
<!--
--- NOTE ---
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. If you believe you have an issue that affects the security of the platform please do
not create an issue, instead email your issue to 'secure@microsoft.com'. Your report may
be eligible for our bug bounty. More info: https://technet.microsoft.com/en-us/mt764065.aspx
-->