Skip to content

Commit

Permalink
update issue-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
maryamariyan committed Nov 20, 2019
1 parent 9624e8c commit 11c7f3f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 93 deletions.
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

0 comments on commit 11c7f3f

Please sign in to comment.