Update ISSUE_TEMPLATE

This commit is contained in:
Rich Lander 2017-07-05 10:57:30 -07:00 committed by GitHub
parent 40edabb344
commit 7dee5eada2

View file

@ -1,7 +1,11 @@
Thanks for your interest in .NET Core.
# Issue Title
Please note that this repo (dotnet/core) is not for filing product issues. Here are some repos where you can file an issue:
* dotnet/cli - for CLI tools and questions
* dotnet/corefx - for API issues and questions
* dotnet/coreclr - for runtime issues
* nuget/home - for NuGet questions and issues
Be as descriptive as you can with your title.
# General
Provide details on the problem you are experiencing including the .NET Core version, operating system version and anything else that is relevant.
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.