1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 02:13:38 +09:00

Update IssuesFeedbackEngagement.md

Commit migrated from 124754f2f5
This commit is contained in:
Dan Moseley 2016-11-16 13:13:22 -08:00 committed by GitHub
parent 0208a19dbc
commit 57aba5ee04

View file

@ -3,9 +3,8 @@
## Reporting Problems (Bugs)
We track bugs, feature requests and other issues on the .NET Core's [Issues Page](https://github.com/dotnet/coreclr/issues).
If you have a problem and believe that the issue is in .NET Core itself (native runtime or base level class library)
you should log it there. If in the upper levels of the class library the [CoreFX Issues Page](https://github.com/dotnet/corefx/issues).
We track bugs, feature requests and other issues [in this repo](https://github.com/dotnet/coreclr/issues).
If you have a problem and believe that the issue is in the native runtime you should log it there. If in the managed code log it in the [CoreFX repo](https://github.com/dotnet/corefx/issues) _even if the code is in this CoreCLR repo_ (ie., in mscorlib/System.Private.Corelib). The reason for this is we sometimes move managed types between the two and it makes sense to keep all the issues together.
Before you log a new issue, you should try using the search tool on the issue page on a few keywords to see if the issue was already logged.