Add ASP.NET Core repo links to README and issue template (#738)

This commit is contained in:
Rich Lander 2017-08-23 05:48:05 -07:00 committed by GitHub
parent aaa3e88cbd
commit cb43469aab
2 changed files with 5 additions and 4 deletions

View file

@ -8,4 +8,4 @@ Provide details on the problem you are experiencing including the .NET Core vers
Please provide a code sample for your issue if it is relevant, either inline, link to a gist (or similar) or add it as a zipped attachment.
If you know that the problem relates to a specific .NET Core component, you might get a quicker response by filing it on the [.NET Core repo](https://github.com/dotnet/core/blob/master/Documentation/core-repos.md) for that component.
For some issues, you will get a quicker and better response if you file it at a more specific [.NET repo](https://github.com/dotnet/core/blob/master/Documentation/core-repos.md). For example, if the problem is with ASP.NET Core, you are encouraged to use the [aspnet/home repo](https://github.com/aspnet/home/issues).

View file

@ -17,9 +17,10 @@ The dotnet/core repository is a good starting point for .NET Core.
## Getting help
* [File a general .NET Core issue](https://github.com/dotnet/core/issues)
* [File a more specific issue](Documentation/core-repos.md)
* [Ask on Stack Overflow](https://stackoverflow.com/questions/ask)
* [File a .NET Core issue](https://github.com/dotnet/core/issues)
* [File an ASP.NET Core issue](https://github.com/aspnet/home/issues)
* [File an issue for other components](Documentation/core-repos.md)
* [Ask on Stack Overflow](https://stackoverflow.com/questions/tagged/.net-core)
* [Contact Microsoft Support](https://support.microsoft.com/contactus/)
## How to Engage, Contribute and Provide Feedback