Skip to content

Commit a2e2886

Browse files
authored
Add issue template with list of repos (#1971)
1 parent 6a56f1a commit a2e2886

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
To address your issues more quickly, please open the issue in the most appropriate repository. These are some of the most common repos:
2+
3+
Common ASP.NET and Entity Framework repos and projects:
4+
5+
- Documentation: https://github.com/aspnet/Docs
6+
- MVC: https://github.com/aspnet/Mvc
7+
- Entity Framework Core: https://github.com/aspnet/EntityFramework
8+
- Entity Framework 6: https://github.com/aspnet/EntityFramework6
9+
- SignalR: https://github.com/aspnet/SignalR
10+
- ASP.NET Core in Docker: https://github.com/aspnet/aspnet-docker
11+
- Microsoft.NET.Sdk.Web: https://github.com/aspnet/websdk
12+
- Kestrel HTTP Server: https://github.com/aspnet/KestrelHttpServer
13+
- ASP.NET Katana: https://github.com/aspnet/AspNetKatana
14+
- and more! See a full list here: https://github.com/aspnet
15+
16+
Other common projects:
17+
18+
- NuGet: https://github.com/NuGet/home
19+
- .NET Core CLI, SDK, or runtime: https://github.com/dotnet/core
20+
- Visual Studio: https://developercommunity.visualstudio.com
21+
- Visual Studio Code: https://github.com/microsoft/vscode
22+
- Omnisharp (C# support for VS Code): https://github.com/omnisharp/omnisharp-vscode

0 commit comments

Comments
 (0)