Merge pull request #16968 from echesakovMSFT/LimitFeatureUnixAMD64StructPassingWhenTa...
[platform/upstream/coreclr.git] / Documentation / workflow / IssuesFeedbackEngagement.md
1
2 # Engage, Log Issues and Provide Feedback
3
4 ## Reporting Problems (Bugs)
5
6 We track bugs, feature requests and other issues in repository where they will get ultimately fixed. If you have a problem and
7 believe that the issue is in CoreCLR itself (native runtime or System.Private.CoreLib base level class library) you should
8 log it on the [CoreCLR Issues Page](https://github.com/dotnet/coreclr/issues).   If in the upper levels of the class library 
9 use the [CoreFX Issues Page](https://github.com/dotnet/corefx/issues). For all managed API addition proposals use 
10 the [CoreFX Issues Page](https://github.com/dotnet/corefx/issues) and follow 
11 the [API Review Process](https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/api-review-process.md).
12
13 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.
14
15 ### NET Forums 
16 If you want to ask a question, or want wider discussion (to see if others share you issue), we encourage you to start a thread 
17 in the [.NET Foundation forums](http://forums.dotnetfoundation.org/). 
18
19 ### Chat with the CoreCLR Community
20
21 For more real-time feedback you can also start a chat session by clicking on the icons below.  
22
23 [![.NET Slack Status](https://aspnetcoreslack.herokuapp.com/badge.svg?2)](http://tattoocoder.com/aspnet-slack-sign-up/) [![Join the chat at https://gitter.im/dotnet/coreclr](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dotnet/coreclr?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
24  
25 ### Security issues
26
27 To avoid tipping off malicious users wishing to exploit a vulnerability, 
28 security issues and bugs should be reported privately, via email, to the
29 Microsoft Security Response Center (MSRC) <secure@microsoft.com>. You should
30 receive a response within 24 hours. If for some reason you do not, please follow
31 up via email to ensure we received your original message. Further information,
32 including the MSRC PGP key, can be found in the
33 [Security TechCenter](https://technet.microsoft.com/en-us/security/ff852094.aspx) 
34
35 ### Issues with the .NET Desktop runtime
36
37 The .NET Core repository is not an appropriate place to log issues for the 'Desktop' .NET Framework built into the Windows 
38 operating system.  If you are having issues with the Full .NET Framework or .NET Runtime the best ways to file a bug 
39 are at [Connect](http://connect.microsoft.com/VisualStudio) or through
40 [Product Support](https://support.microsoft.com/en-us/contactus?ws=support) if you have a contract.
41