Skip to content

Updated issue template #3149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 52 additions & 27 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,52 @@
To address your issues more quickly, please open the issue in the most appropriate repository. These are some of the most common repos:

Common ASP.NET and Entity Framework repos and projects:

- Documentation: https://github.com/aspnet/Docs
- MVC: https://github.com/aspnet/Mvc
- 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
- NuGet: https://github.com/NuGet/home
- Visual Studio: https://developercommunity.visualstudio.com
- 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 [email protected]. Your report may be eligible for our [bug bounty](https://technet.microsoft.com/en-us/mt764065.aspx).
#### Is this a Bug or Feature request?:


#### Steps to reproduce (preferrably a link to a GitHub repo with 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 '[email protected]'. Your report may
be eligible for our bug bounty. More info: https://technet.microsoft.com/en-us/mt764065.aspx

4. To address your issues more quickly, please open the issue in the most appropriate repository. These are some of the most common repos:

Common ASP.NET and Entity Framework repos and projects:

- Documentation: https://github.com/aspnet/Docs
- MVC: https://github.com/aspnet/Mvc
- 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
- NuGet: https://github.com/NuGet/home
- Visual Studio: https://developercommunity.visualstudio.com
- Visual Studio Code: https://github.com/microsoft/vscode
- Omnisharp (C# support for VS Code): https://github.com/omnisharp/omnisharp-vscode

-->