Add issue template with list of repos (#1971)

This commit is contained in:
Nate McMaster 2017-03-16 09:33:00 -07:00 committed by GitHub
parent 6a56f1aa4a
commit a2e2886849
1 changed files with 22 additions and 0 deletions

22
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,22 @@
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/EntityFramework
- Entity Framework 6: https://github.com/aspnet/EntityFramework6
- SignalR: https://github.com/aspnet/SignalR
- ASP.NET Core in Docker: 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
Other common projects:
- NuGet: https://github.com/NuGet/home
- .NET Core CLI, SDK, or runtime: https://github.com/dotnet/core
- 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