diff --git a/docs/area-owners.md b/docs/area-owners.md index 0b1202c823ba1..1a993d47028ff 100644 --- a/docs/area-owners.md +++ b/docs/area-owners.md @@ -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 | | @@ -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: Excluded: | | 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 | | @@ -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 | | @@ -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 | | \ No newline at end of file diff --git a/docs/installer/project-docs/issue-guide.md b/docs/installer/project-docs/issue-guide.md index 6710ac2628cee..26d9fe66a322b 100644 --- a/docs/installer/project-docs/issue-guide.md +++ b/docs/installer/project-docs/issue-guide.md @@ -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-* (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-* (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. diff --git a/docs/libraries/project-docs/issue-guide.md b/docs/libraries/project-docs/issue-guide.md index bea050519697d..09fd0529f0975 100644 --- a/docs/libraries/project-docs/issue-guide.md +++ b/docs/libraries/project-docs/issue-guide.md @@ -38,77 +38,7 @@ We use [milestones](https://github.com/dotnet/corefx/milestones) to prioritize w We assign each issue to assignee, when the assignee is ready to pick up the work and start working on it. If the issue is not assigned to anyone and you want to pick it up, please say so - we will assign the issue to you. If the issue is already assigned to someone, please coordinate with the assignee before you start working on it. ### Areas -Areas are tracked by labels area-* (e.g. area-System.Collections). Each area typically corresponds to one or more contract assemblies. - -| Area | Owners / experts | Description | -|-----------------------------------------------------------------------------------------------|------------------|-------------| -| [area-Infrastructure](https://github.com/dotnet/corefx/labels/area-Infrastructure) | [@ViktorHofer](https://github.com/ViktorHofer), [@ericstj](https://github.com/ericstj), [@wtgodbe](https://github.com/wtgodbe), [@safern](https://github.com/safern), [@Anipik](https://github.com/Anipik) | Covers:
| -| [area-Meta](https://github.com/dotnet/corefx/labels/area-Meta) | [@joperezr](https://github.com/joperezr) | Issues without clear association to any specific API/contract, e.g.
| -| [area-Serialization](https://github.com/dotnet/corefx/labels/area-Serialization) | [StephenMolloy](https://github.com/StephenMolloy), [@HongGit](https://github.com/HongGit) | Packages: Excluded: | -| **System contract assemblies** | | | -| [System.AppContext](https://github.com/dotnet/corefx/labels/area-System.AppContext) | **[@safern](https://github.com/safern)**, [@Anipik](https://github.com/Anipik) | | | -| [System.Buffers](https://github.com/dotnet/corefx/labels/area-System.Buffers) | **[@layomia](https://github.com/layomia)**, [@JeremyKuhne](https://github.com/JeremyKuhne), [@ahsonkhan](https://github.com/ahsonkhan) | | -| [System.CodeDom](https://github.com/dotnet/corefx/labels/area-System.CodeDom) | **[@buyaa-n](https://github.com/buyaa-n)**, [@krwq](https://github.com/krwq) | | -| [System.Collections](https://github.com/dotnet/corefx/labels/area-System.Collections) | [@safern](https://github.com/safern) | Excluded: | -| [System.ComponentModel](https://github.com/dotnet/corefx/labels/area-System.ComponentModel) | **[@maryamariyan](https://github.com/maryamariyan)**, [@safern](https://github.com/safern) | | -| [System.ComponentModel.DataAnnotations](https://github.com/dotnet/corefx/labels/area-System.ComponentModel.DataAnnotations) | [@lajones](https://github.com/lajones), [@ajcvickers](https://github.com/ajcvickers) | | -| [System.Composition](https://github.com/dotnet/corefx/labels/area-System.Composition) | **[@maryamariyan](https://github.com/maryamariyan)**, [@ViktorHofer](https://github.com/ViktorHofer) | | -| [System.Configuration](https://github.com/dotnet/corefx/labels/area-System.Configuration) | **[@maryamariyan](https://github.com/maryamariyan)**, [@safern](https://github.com/safern) | | -| [System.Console](https://github.com/dotnet/corefx/labels/area-System.Console) | [@wtgodbe](https://github.com/wtgodbe) | | -| [System.Data](https://github.com/dotnet/corefx/labels/area-System.Data) | [@ajcvickers](https://github.com/ajcvickers),[@cheenamalhotra](https://github.com/cheenamalhotra), [@david-engel](https://github.com/david-engel) | | -| [System.Data.SqlClient](https://github.com/dotnet/corefx/labels/area-System.Data.SqlClient) | **[@cheenamalhotra](https://github.com/cheenamalhotra)**, **[@karinazhou](https://github.com/karinazhou)**, [@david-engel](https://github.com/david-engel) | Archived component - limited churn/contributions (see https://devblogs.microsoft.com/dotnet/introducing-the-new-microsoftdatasqlclient/) | -| [System.Diagnostics](https://github.com/dotnet/corefx/labels/area-System.Diagnostics) | **[@wtgodbe](https://github.com/wtgodbe)**, [@krwq](https://github.com/krwq) | | -| [System.Diagnostics.Process](https://github.com/dotnet/corefx/labels/area-System.Diagnostics.Process) | **[@wtgodbe](https://github.com/wtgodbe)**, [@krwq](https://github.com/krwq) | | -| [System.Diagnostics.Tracing](https://github.com/dotnet/corefx/labels/area-System.Diagnostics.Tracing) | [@noahfalk](https://github.com/noahfalk), [@tommcdon](https://github.com/tommcdon), [@Anipik](https://github.com/Anipik) | Packages:
| -| [System.DirectoryServices](https://github.com/dotnet/corefx/labels/area-System.DirectoryServices) | [@tquerec](https://github.com/tquerec), [@josephisenhour](https://github.com/josephisenhour) | | -| [System.Drawing](https://github.com/dotnet/corefx/labels/area-System.Drawing) | **[@safern](https://github.com/safern)**, [@maryamariyan](https://github.com/maryamariyan) | | -| [System.Dynamic.Runtime](https://github.com/dotnet/corefx/labels/area-System.Dynamic.Runtime) | [@cston](https://github.com/cston), [@333fred](https://github.com/333fred) | Archived component - limited churn/contributions (see [#33170](https://github.com/dotnet/corefx/issues/33170)) | -| [System.Globalization](https://github.com/dotnet/corefx/labels/area-System.Globalization) | **[@krwq](https://github.com/krwq)**, [@tarekgh](https://github.com/tarekgh) | | -| [System.IO](https://github.com/dotnet/corefx/labels/area-System.IO) | **[@JeremyKuhne](https://github.com/JeremyKuhne)**, [@carlossanlop](https://github.com/carlossanlop) | | -| [System.IO.Compression](https://github.com/dotnet/corefx/labels/area-System.IO.Compression) | **[@carlossanlop](https://github.com/carlossanlop)**, [@ahsonkhan](https://github.com/ahsonkhan), [@ViktorHofer](https://github.com/ViktorHofer) | | -| [System.IO.Packaging](https://github.com/dotnet/corefx/labels/area-System.IO.Packaging) | **[@JeremyKuhne](https://github.com/JeremyKuhne)**, [@carlossanlop](https://github.com/carlossanlop) | | -| [System.IO.Pipelines](https://github.com/dotnet/corefx/labels/area-System.IO.Pipelines) | [@davidfowl](https://github.com/davidfowl), [@halter73](https://github.com/halter73), [@jkotalik](https://github.com/jkotalik), [@anurse](https://github.com/anurse) | | -| [System.Linq](https://github.com/dotnet/corefx/labels/area-System.Linq) | [@maryamariyan](https://github.com/maryamariyan) | | -| [System.Linq.Expressions](https://github.com/dotnet/corefx/labels/area-System.Linq.Expressions) | [@cston](https://github.com/cston), [@333fred](https://github.com/333fred) | Archived component - limited churn/contributions (see [#33170](https://github.com/dotnet/corefx/issues/33170)) | -| [System.Linq.Parallel](https://github.com/dotnet/corefx/labels/area-System.Linq.Parallel) | **[@tarekgh](https://github.com/tarekgh)**, [@kouvel](https://github.com/kouvel) | | -| [System.Management](https://github.com/dotnet/corefx/labels/area-System.Management) | [@Anipik](https://github.com/Anipik) | WMI | -| [System.Memory](https://github.com/dotnet/corefx/labels/area-System.Memory) | [@ahsonkhan](https://github.com/ahsonkhan) | | -| [System.Net](https://github.com/dotnet/corefx/labels/area-System.Net) | [@davidsh](https://github.com/davidsh), [@wfurt](https://github.com/wfurt), [@scalablecory](https://github.com/scalablecory), [@eiriktsarpalis](https://github.com/eiriktsarpalis), [@karelz](https://github.com/karelz) | Included: | -| [System.Net.Http](https://github.com/dotnet/corefx/labels/area-System.Net.Http) | [@davidsh](https://github.com/davidsh), [@wfurt](https://github.com/wfurt), [@scalablecory](https://github.com/scalablecory), [@eiriktsarpalis](https://github.com/eiriktsarpalis), [@karelz](https://github.com/karelz) | | -| [System.Net.Http.SocketsHttpHandler](https://github.com/dotnet/corefx/labels/area-System.Net.Http.SocketsHttpHandler) | [@geoffkizer](https://github.com/geoffkizer), [@wfurt](https://github.com/wfurt), [@davidsh](https://github.com/davidsh), [@scalablecory](https://github.com/scalablecory), [@eiriktsarpalis](https://github.com/eiriktsarpalis), [@karelz](https://github.com/karelz) | | -| [System.Net.Security](https://github.com/dotnet/corefx/labels/area-System.Net.Security) | [@davidsh](https://github.com/davidsh), [@wfurt](https://github.com/wfurt), [@scalablecory](https://github.com/scalablecory), [@eiriktsarpalis](https://github.com/eiriktsarpalis), [@karelz](https://github.com/karelz) | | -| [System.Net.Sockets](https://github.com/dotnet/corefx/labels/area-System.Net.Sockets) | [@davidsh](https://github.com/davidsh), [@wfurt](https://github.com/wfurt), [@scalablecory](https://github.com/scalablecory), [@eiriktsarpalis](https://github.com/eiriktsarpalis), [@karelz](https://github.com/karelz) | | -| [System.Numerics](https://github.com/dotnet/corefx/labels/area-System.Numerics) | [@tannergooding](https://github.com/tannergooding), [@ViktorHofer](https://github.com/ViktorHofer) | | -| [System.Numerics.Tensors](https://github.com/dotnet/corefx/labels/area-System.Numerics.Tensors) | [@tannergooding](https://github.com/tannergooding) | | -| [System.Reflection](https://github.com/dotnet/corefx/labels/area-System.Reflection) | [@steveharter](https://github.com/steveharter), [@GrabYourPitchforks](https://github.com/GrabYourPitchforks) | | -| [System.Reflection.Emit](https://github.com/dotnet/corefx/labels/area-System.Reflection.Emit) | [@steveharter](https://github.com/steveharter), [@GrabYourPitchforks](https://github.com/GrabYourPitchforks) | | -| [System.Reflection.Metadata](https://github.com/dotnet/corefx/labels/area-System.Reflection.Metadata) | [@tmat](https://github.com/tmat), [@nguerrera](https://github.com/nguerrera) | | -| [System.Resources](https://github.com/dotnet/corefx/labels/area-System.Resources) | **[@krwq](https://github.com/krwq)**, [@tarekgh](https://github.com/tarekgh) | | -| [System.Runtime](https://github.com/dotnet/corefx/labels/area-System.Runtime) | **[@bartonjs](https://github.com/bartonjs)**, [@joperezr](https://github.com/joperezr) | Included:Excluded: | -| [System.Runtime.Caching](https://github.com/dotnet/corefx/labels/area-System.Runtime.Caching) | [@StephenMolloy](https://github.com/StephenMolloy), [@HongGit](https://github.com/HongGit) | | -| [System.Runtime.CompilerServices](https://github.com/dotnet/corefx/labels/area-System.Runtime.CompilerServices) | [@Anipik](https://github.com/Anipik) | | -| [System.Runtime.Extensions](https://github.com/dotnet/corefx/labels/area-System.Runtime.Extensions) | [@Anipik](https://github.com/Anipik) | | -| [System.Runtime.InteropServices](https://github.com/dotnet/corefx/labels/area-System.Runtime.InteropServices) | [@AaronRobinsonMSFT](https://github.com/AaronRobinsonMSFT), [@jkoritzinsky](https://github.com/jkoritzinsky) | Excluded: | -| [System.Runtime.Intrinsics](https://github.com/dotnet/corefx/labels/area-System.Runtime.Intrinsics) | [@tannergooding](https://github.com/tannergooding), [@CarolEidt](https://github.com/CarolEidt), [@RussKeldorph](https://github.com/RussKeldorph) | | -| [System.Security](https://github.com/dotnet/corefx/labels/area-System.Security) | **[@bartonjs](https://github.com/bartonjs)**, [@GrabYourPitchforks](https://github.com/GrabYourPitchforks) | | -| System.ServiceModel | N/A | [dotnet/wcf](https://github.com/dotnet/wcf) (except System.ServiceModel.Syndication) | -| [System.ServiceModel.Syndication](https://github.com/dotnet/corefx/labels/area-System.ServiceModel.Syndication) | [StephenMolloy](https://github.com/StephenMolloy), [@HongGit](https://github.com/HongGit) | | -| [System.ServiceProcess](https://github.com/dotnet/corefx/labels/area-System.ServiceProcess) | **[@maryamariyan](https://github.com/maryamariyan)**, [@Anipik](https://github.com/Anipik) | | -| [System.Text.Encoding](https://github.com/dotnet/corefx/labels/area-System.Text.Encoding) | **[@layomia](https://github.com/layomia)**, [@krwq](https://github.com/krwq), [@tarekgh](https://github.com/tarekgh) | | -| [System.Text.Encodings.Web](https://github.com/dotnet/corefx/labels/area-System.Text.Encodings.Web) | **[@GrabYourPitchforks](https://github.com/GrabYourPitchforks)**, [@layomia](https://github.com/layomia), [@tarekgh](https://github.com/tarekgh) | | -| [System.Text.Json](https://github.com/dotnet/corefx/labels/area-System.Text.Json) | **[@ahsonkhan](https://github.com/ahsonkhan)**, [@steveharter](https://github.com/steveharter) | | -| [System.Text.Unicode](https://github.com/dotnet/corefx/labels/area-System.Text.Encodings.Web) | **[@GrabYourPitchforks](https://github.com/GrabYourPitchforks)**, [@layomia](https://github.com/layomia), [@tarekgh](https://github.com/tarekgh) | | -| [System.Text.RegularExpressions](https://github.com/dotnet/corefx/labels/area-System.Text.RegularExpressions) | **[@ViktorHofer](https://github.com/ViktorHofer)**, [@maryamariyan](https://github.com/maryamariyan) | | -| [System.Threading](https://github.com/dotnet/corefx/labels/area-System.Threading) | **[@kouvel](https://github.com/kouvel)** | | -| [System.Threading.Channels](https://github.com/dotnet/corefx/labels/area-System.Threading.Channels) | **[@tarekgh](https://github.com/tarekgh)**, [@stephentoub](https://github.com/stephentoub) | | -| [System.Threading.Tasks](https://github.com/dotnet/corefx/labels/area-System.Threading.Tasks) | **[@tarekgh](https://github.com/tarekgh)**, [@stephentoub](https://github.com/stephentoub) | | -| [System.Transactions](https://github.com/dotnet/corefx/labels/area-System.Transactions) | [@dasetser](https://github.com/dasetser), [@HongGit](https://github.com/HongGit) | | -| [System.Xml](https://github.com/dotnet/corefx/labels/area-System.Xml) | **[@buyaa-n](https://github.com/buyaa-n)**, [@krwq](https://github.com/krwq) | | -| **Microsoft contract assemblies** | | | -| [Microsoft.CSharp](https://github.com/dotnet/corefx/labels/area-Microsoft.CSharp) | [@cston](https://github.com/cston), [@333fred](https://github.com/333fred) | Archived component - limited churn/contributions (see [#33170](https://github.com/dotnet/corefx/issues/33170)) | -| [Microsoft.VisualBasic.Core](https://github.com/dotnet/corefx/labels/area-Microsoft.VisualBasic.Core) | [@cston](https://github.com/cston), [@333fred](https://github.com/333fred) | Archived component - limited churn/contributions (see [#33170](https://github.com/dotnet/corefx/issues/33170)) | -| [Microsoft.Win32](https://github.com/dotnet/corefx/labels/area-Microsoft.Win32) | **[@maryamariyan](https://github.com/maryamariyan)**, [@Anipik](https://github.com/Anipik) | | - +Areas are tracked by labels area-* (e.g. area-System.Collections). Each area typically corresponds to one or more contract assemblies. 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. Note: Area triage will apply the new scheme (issue types and assignee) throughout 2016.