Update ISSUE_TEMPLATE.md
This commit is contained in:
parent
9a471d9577
commit
c9fcc74006
|
|
@ -1,21 +1,27 @@
|
|||
To address your issues more quickly, please open the issue in the most appropriate repository. These are some of the most common repos:
|
||||
To address your issues more quickly, please open the issue in the most appropriate repository.
|
||||
|
||||
Common ASP.NET and Entity Framework repos and projects:
|
||||
If you're not sure exactly where to log the bug, please log the issue here and we will redirect it.
|
||||
|
||||
ASP.NET Core:
|
||||
- General issues: https://github.com/aspnet/Home (this repo)
|
||||
- MVC and Razor Pages: https://github.com/aspnet/Mvc
|
||||
- SignalR: https://github.com/aspnet/SignalR
|
||||
- Kestrel HTTP Server: https://github.com/aspnet/KestrelHttpServer
|
||||
- Docker: https://github.com/aspnet/aspnet-docker
|
||||
- Documentation: https://github.com/aspnet/Docs
|
||||
- MVC: https://github.com/aspnet/Mvc
|
||||
- Microsoft.NET.Sdk.Web: https://github.com/aspnet/websdk
|
||||
- See a full list here: https://github.com/aspnet
|
||||
- Note: Some repos do not have active issue trackers, so if you see such a warning, please log the issue here
|
||||
|
||||
ASP.NET 4.x:
|
||||
- ASP.NET MVC/Web API (not Core): https://github.com/aspnet/AspNetWebStack
|
||||
- Katana: https://github.com/aspnet/AspNetKatana
|
||||
|
||||
Entity Framework:
|
||||
- Entity Framework Core: https://github.com/aspnet/EntityFrameworkCore
|
||||
- Entity Framework 6: https://github.com/aspnet/EntityFramework6
|
||||
- SignalR: https://github.com/aspnet/SignalR
|
||||
- Docker with ASP.NET Core: https://github.com/aspnet/aspnet-docker
|
||||
- Microsoft.NET.Sdk.Web: https://github.com/aspnet/websdk
|
||||
- Kestrel HTTP Server: https://github.com/aspnet/KestrelHttpServer
|
||||
- ASP.NET Katana: https://github.com/aspnet/AspNetKatana
|
||||
- and more! See a full list here: https://github.com/aspnet
|
||||
- note: several repositories have migrated their issues tracker to this repo here
|
||||
|
||||
Other common projects:
|
||||
|
||||
- .NET Core CLI and SDK: https://github.com/dotnet/core
|
||||
- .NET Core runtime: https://github.com/dotnet/coreclr
|
||||
- .NET Core libraries: https://github.com/dotnet/corefx
|
||||
|
|
@ -24,4 +30,15 @@ Other common projects:
|
|||
- Visual Studio Code: https://github.com/microsoft/vscode
|
||||
- Omnisharp (C# support for VS Code): https://github.com/omnisharp/omnisharp-vscode
|
||||
|
||||
If you believe you have an issue that affects the security of the platform please do not create an issue, instead email your issue details to secure@microsoft.com. Your report may be eligible for our [bug bounty](https://technet.microsoft.com/en-us/mt764065.aspx).
|
||||
If you believe you have an issue that affects the security of the platform please do NOT create an issue and instead email your issue details to secure@microsoft.com. Your report may be eligible for our [bug bounty](https://technet.microsoft.com/en-us/mt764065.aspx).
|
||||
|
||||
---
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue