Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update issue-guide
  • Loading branch information
maryamariyan committed Nov 20, 2019
commit 11c7f3f54d2f3226c5d0e10a66c8774d8a251bc4
24 changes: 12 additions & 12 deletions docs/area-owners.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Below table shows the combined area owners on this repository:
| area-CodeGen | @BruceForstall @dotnet/jit-contrib | |
| area-CrossGen/NGEN | @fadimounir | |
| area-crossgen2 | @nattress @MichalStrehovsky @trylek @fadimounir | |
| area-DependencyModel | @eerhardt | |
| area-DependencyModel | @eerhardt | Microsoft.Extensions.DependencyModel |
| area-Diagnostics | @tommcdon | |
| area-ExceptionHandling | @janvorli | |
| area-GC | @Maoni0 | |
| area-Host | @jeffschwMSFT @vitek-karas @swaroop-sridhar | |
| area-Host | @jeffschwMSFT @vitek-karas @swaroop-sridhar | Issues with dotnet.exe including bootstrapping, framework detection, hostfxr.dll and hostpolicy.dll |
| area-HostModel | @vitek-karas @swaroop-sridhar | |
| area-ILTools | @BruceForstall @dotnet/jit-contrib | |
| area-Infrastructure-coreclr | @jeffschwMSFT @jashook @trylek | |
Expand All @@ -23,10 +23,16 @@ Below table shows the combined area owners on this repository:
| area-PAL | @janvorli | |
| area-R2RDump | @nattress | |
| area-ReadyToRun | @fadimounir | |
| area-Setup | @dagood @dleeapho | |
| area-SDK | @janvorli | |
| area-Setup | @dagood @dleeapho | Distro-specific (Linux, Mac and Windows) setup packages and msi files |
| area-SDK | @janvorli | General development issues and overlap with the SDK and CLI |
| area-Serialization | @StephenMolloy @HongGit | Packages:<ul><li>System.Runtime.Serialization.Xml</li><li>System.Runtime.Serialization.Json</li><li>System.Private.DataContractSerialization</li><li>System.Xml.XmlSerializer</li></ul> Excluded:<ul><li>System.Runtime.Serialization.Formatters</li></ul> |
| area-Snap | @dleeapho @leecow @MichaelSimons | |
| area-TieredCompilation | @kouvel | |
| area-Tizen | @alpencolt @gbalykov | |
| area-Tracing | @sywhang @josalem | |
| area-TypeSystem | @davidwrighton @MichalStrehovsky @fadimounir | |
| area-UWP | @nattress | UWP-specific issues including Microsoft.NETCore.UniversalWindowsPlatform and Microsoft.Net.UWPCoreRuntimeSdk |
| area-VM | @sergiy-k | |
| **System contract assemblies** | | |
| area-System.AppContext | @safern @Anipik | |
| area-System.Buffers | @layomia @JeremyKuhne @ahsonkhan | |
Expand Down Expand Up @@ -73,7 +79,7 @@ Below table shows the combined area owners on this repository:
| area-System.Runtime.Intrinsics | @tannergooding @CarolEidt @RussKeldorph | |
| area-System.Security | @bartonjs @GrabYourPitchforks | |
| area-System.Security.Cryptography.Xml | @bartonjs | |
| System.ServiceModel | N/A | [dotnet/wcf](https://github.com/dotnet/wcf) (except System.ServiceModel.Syndication) |
| area-System.ServiceModel | N/A | [dotnet/wcf](https://github.com/dotnet/wcf) (except System.ServiceModel.Syndication) |
| area-System.ServiceModel.Syndication | @StephenMolloy @HongGit | |
| area-System.ServiceProcess | @Anipik | |
| area-System.Text.Encoding | @layomia @krwq @tarekgh | |
Expand All @@ -85,13 +91,7 @@ Below table shows the combined area owners on this repository:
| area-System.Threading.Tasks | @tarekgh @stephentoub | |
| area-System.Transactions | @dasetser @HongGit | |
| area-System.Xml | @buyaa-n @krwq | |
| area-TieredCompilation | @kouvel | |
| area-Tizen | @alpencolt @gbalykov | |
| area-Tracing | @sywhang @josalem | |
| area-TypeSystem | @davidwrighton @MichalStrehovsky @fadimounir | |
| area-UWP | @nattress | |
| area-VM | @sergiy-k | |
| **Microsoft contract assemblies** | | |
| area-Microsoft.CSharp | @cston @333fred | Archived component - limited churn/contributions (see [#33170](https://github.com/dotnet/corefx/issues/33170)) |
| area-Microsoft.VisualBasic | @cston @333fred | Archived component - limited churn/contributions (see [#33170](https://github.com/dotnet/corefx/issues/33170)) |
| area-Microsoft.Win32 | @maryamariyan @Anipik | |
| area-Microsoft.Win32 | @maryamariyan @Anipik | |
11 changes: 1 addition & 10 deletions docs/installer/project-docs/issue-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,4 @@ Issue Guide
Core-setup uses the [CoreFx policies](https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/issue-guide.md), so use that for general information on how to create an issue, etc.

### Areas
Areas are tracked by labels area-&#42; (e.g. area-Host).

| Area | Owners / experts | Description |
|-----------------------------------------------------------------------------------------------|------------------|-------------|
| [area-DependencyModel](https://github.com/dotnet/core-setup/labels/area-DependencyModel) | [@eerhardt](https://github.com/eerhardt) | Microsoft.Extensions.DependencyModel |
| [area-Host](https://github.com/dotnet/core-setup/labels/area-Host) | [@vitek-karas](https://github.com/vitek-karas), [@swaroop-sridhar](https://github.com/swaroop-sridhar) | Issues with dotnet.exe including bootstrapping, framework detection, hostfxr.dll and hostpolicy.dll |
| [area-Infrastructure](https://github.com/dotnet/core-setup/labels/area-Infrastructure) | [@wtgodbe](https://github.com/wtgodbe), [@dagood](https://github.com/dagood) | Build and Publish |
| [area-SDK](https://github.com/dotnet/core-setup/labels/area-SDK) | **[@livarcocc](https://github.com/livarcocc)**, [@nguerrera](https://github.com/nguerrera), [@leecow](https://github.com/leecow) | General development issues and overlap with the SDK and CLI |
| [area-Setup](https://github.com/dotnet/core-setup/labels/area-Setup) | [@dagood](https://github.com/dagood) | Distro-specific (Linux, Mac and Windows) setup packages and msi files |
| [area-UWP](https://github.com/dotnet/core-setup/labels/area-UWP) | [@nattress](https://github.com/nattress) | UWP-specific issues including Microsoft.NETCore.UniversalWindowsPlatform and Microsoft.Net.UWPCoreRuntimeSdk |
Areas are tracked by labels area-&#42; (e.g. area-Host). To view owners for each area in this repository check out the [area-owners.md](https://github.com/dotnet/runtime/blob/master/docs/area-owners.md) page.
Loading