Browse Source

Add doc owners column to area owners table (#60818)

* Update area-owners.md

* Adding owners

* Add GitHub links for Doc Owners in area-owners.md

* Fix broken links in area-owners.md
Rick Anderson 11 months ago
parent
commit
00e50da41e
1 changed files with 28 additions and 28 deletions
  1. 28 28
      docs/area-owners.md

+ 28 - 28
docs/area-owners.md

@@ -2,35 +2,35 @@
 
 The below table lists all the `area-`labels used in the **dotnet/aspnetcore** repository and their owners.
 
-| area label                                                                                                                    | Owners                                                                                                                                                                                                                     | Description                                                                                                                                                            |
-| ----------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| **[area-auth](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-auth)**                         | [@joperezr](https://github.com/joperezr) [@mikekistler](https://github.com/mikekistler) [@halter73](https://github.com/halter73) [@mackinnonbuck](https://github.com/mackinnonbuck)                                        | Authn, Authz, OAuth, OIDC, Bearer                                                                                                                                      |
-| **[area-blazor](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-blazor)**                     | [@lewing](https://github.com/lewing) [@danroth27](https://github.com/danroth27) [@aspnet-blazor-eng](https://github.com/aspnet-blazor-eng)                                                                                 | Blazor, Razor Components (WASM issues may be moved to dotnet/runtime repo)                                                                                             |
-| **[area-commandlinetools](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-commandlinetools)** | [@adityamandaleeka](https://github.com/adityamandaleeka) [@mikekistler](https://github.com/mikekistler) [@captainsafia](https://github.com/captainsafia)                                                                   | Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI                                                                                                    |
-| **[area-dataprotection](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-dataprotection)**     | [@adityamandaleeka](https://github.com/adityamandaleeka) [@DeagleGross](https://github.com/DeagleGross)                                                                                                                    | DataProtection                                                                                                                                                         |
-| **[area-grpc](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-grpc)**                         | [@adityamandaleeka](https://github.com/adityamandaleeka) [@mikekistler](https://github.com/mikekistler) [@jamesnk](https://github.com/jamesnk) [@mgravell](https://github.com/mgravell)                                    | GRPC wire-up, templates (library itself is  https://github.com/grpc/grpc-dotnet)                                                                                       |
-| **[area-healthchecks](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-healthchecks)**         | [@adityamandaleeka](https://github.com/adityamandaleeka) [@samsp-msft](https://github.com/samsp-msft) [@brennanconroy](https://github.com/brennanconroy)                                                                   | Healthchecks (some bugs also in Extensions repo)                                                                                                                       |
-| **[area-hosting](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-hosting)**                   | [@joperezr](https://github.com/joperezr) [@danroth27](https://github.com/danroth27) [@halter73](https://github.com/halter73)                                                                                               | Includes Hosting                                                                                                                                                       |
-| **[area-identity](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-identity)**                 | [@joperezr](https://github.com/joperezr) [@mikekistler](https://github.com/mikekistler) [@halter73](https://github.com/halter73) [@mackinnonbuck](https://github.com/mackinnonbuck)                                        | Identity and providers                                                                                                                                                 |
-| **[area-infrastructure](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-infrastructure)**     | [@joperezr](https://github.com/joperezr) [@wtgodbe](https://github.com/wtgodbe)                                                                                                                                            | MSBuild projects/targets, build scripts, CI, Installers and shared framework                                                                                           |
-| **[area-middleware](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-middleware)**             | [@adityamandaleeka](https://github.com/adityamandaleeka) [@samsp-msft](https://github.com/samsp-msft) [@brennanconroy](https://github.com/brennanconroy)                                                                   | URL rewrite, redirect, response cache/compression, session, caching, and other general middlewares                                                                     |
-| **[area-minimal](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-minimal)**                   | [@adityamandaleeka](https://github.com/adityamandaleeka) [@mikekistler](https://github.com/mikekistler) [@captainsafia](https://github.com/captainsafia) [@mitchdenny](https://github.com/mitchdenny)                      | Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc                                                                             |
-| **[area-mvc](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-mvc)**                           | [@adityamandaleeka](https://github.com/adityamandaleeka) [@mikekistler](https://github.com/mikekistler) [@captainsafia](https://github.com/captainsafia)                                                                   | MVC, Actions and Controllers, Localization, CORS, most templates                                                                                                       |
-| **[area-networking](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-networking)**             | [@adityamandaleeka](https://github.com/adityamandaleeka) [@samsp-msft](https://github.com/samsp-msft) [@brennanconroy](https://github.com/brennanconroy) [@DeagleGross](https://github.com/DeagleGross)                    | Includes Kestrel/servers, protocols such as HTTP/2, HTTP3, YARP, jsonpatch, bedrock, websockets, http client factory, http abstractions, networking aspects of caching |
-| **[area-perf](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-perf)**                         | [@joperezr](https://github.com/joperezr) [@sebastienros](https://github.com/sebastienros)                                                                                                                                  | Autofiled performance bugs, perf infra.                                                                                                                                |
-| **[area-routing](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-routing)**                   | [@joperezr](https://github.com/joperezr) [@danroth27](https://github.com/danroth27) [@halter73](https://github.com/halter73) [@JamesNK](https://github.com/JamesNK) ([@javiercn](https://github.com/javiercn)  consulting) | Routing                                                                                                                                                                |
-| **[area-security](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-security)**                 | [@joperezr](https://github.com/joperezr) [@mikekistler](https://github.com/mikekistler) [@halter73](https://github.com/halter73) [@mackinnonbuck](https://github.com/mackinnonbuck)                                        | security features/work                                                                                                                                                 |
-| **[area-signalr](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-signalr)**                   | [@adityamandaleeka](https://github.com/adityamandaleeka) [@mikekistler](https://github.com/mikekistler) [@brennanconroy](https://github.com/brennanconroy)                                                                 | SignalR clients and servers                                                                                                                                            |
-| **[area-ui-rendering](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-ui-rendering)**         | [@joperezr](https://github.com/joperezr) [@danroth27](https://github.com/danroth27) [@mackinnonbuck](https://github.com/mackinnonbuck)                                                                                     | MVC Views/Pages, Razor Views/Page                                                                                                                                      |
-| **[area-unified-build](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-unified-build)**       | [@joperezr](https://github.com/joperezr) [@wtgodbe](https://github.com/wtgodbe)                                                                                                                                            | Work related to https://github.com/dotnet/dotnet                                                                                                                       |
+| area label                                                                                                                    | Owners                                                                                                                                                                                                                     | Doc Owners | Description                                                                                                                                                            |
+| ----------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| **[area-auth](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-auth)**                         | [@joperezr](https://github.com/joperezr) [@mikekistler](https://github.com/mikekistler) [@halter73](https://github.com/halter73) [@mackinnonbuck](https://github.com/mackinnonbuck)                                        | [@Rick-Anderson](https://github.com/Rick-Anderson) | Authn, Authz, OAuth, OIDC, Bearer                                                                                                                                      |
+| **[area-blazor](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-blazor)**                     | [@lewing](https://github.com/lewing) [@danroth27](https://github.com/danroth27) [@aspnet-blazor-eng](https://github.com/aspnet-blazor-eng)                                                                                 | [@guardrex](https://github.com/guardrex)  | Blazor, Razor Components (WASM issues may be moved to dotnet/runtime repo)                                                                                             |
+| **[area-commandlinetools](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-commandlinetools)** | [@adityamandaleeka](https://github.com/adityamandaleeka) [@mikekistler](https://github.com/mikekistler) [@captainsafia](https://github.com/captainsafia)                                                                   | [@Rick-Anderson](https://github.com/Rick-Anderson) | Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI                                                                                                    |
+| **[area-dataprotection](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-dataprotection)**     | [@adityamandaleeka](https://github.com/adityamandaleeka) [@DeagleGross](https://github.com/DeagleGross)                                                                                                                    | [@Rick-Anderson](https://github.com/Rick-Anderson) | DataProtection                                                                                                                                                         |
+| **[area-grpc](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-grpc)**                         | [@adityamandaleeka](https://github.com/adityamandaleeka) [@mikekistler](https://github.com/mikekistler) [@jamesnk](https://github.com/jamesnk) [@mgravell](https://github.com/mgravell)                                    | [@wadepickett](https://github.com/wadepickett)  | GRPC wire-up, templates (library itself is  https://github.com/grpc/grpc-dotnet)                                                                                       |
+| **[area-healthchecks](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-healthchecks)**         | [@adityamandaleeka](https://github.com/adityamandaleeka) [@samsp-msft](https://github.com/samsp-msft) [@brennanconroy](https://github.com/brennanconroy)                                                                   | [@Rick-Anderson](https://github.com/Rick-Anderson) | Healthchecks (some bugs also in Extensions repo)                                                                                                                       |
+| **[area-hosting](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-hosting)**                   | [@joperezr](https://github.com/joperezr) [@danroth27](https://github.com/danroth27) [@halter73](https://github.com/halter73)                                                                                               | [@Rick-Anderson](https://github.com/Rick-Anderson) | Includes Hosting                                                                                                                                                       |
+| **[area-identity](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-identity)**                 | [@joperezr](https://github.com/joperezr) [@mikekistler](https://github.com/mikekistler) [@halter73](https://github.com/halter73) [@mackinnonbuck](https://github.com/mackinnonbuck)                                        | [@Rick-Anderson](https://github.com/Rick-Anderson) | Identity and providers                                                                                                                                                 |
+| **[area-infrastructure](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-infrastructure)**     | [@joperezr](https://github.com/joperezr) [@wtgodbe](https://github.com/wtgodbe)                                                                                                                                            | [@Rick-Anderson](https://github.com/Rick-Anderson) | MSBuild projects/targets, build scripts, CI, Installers and shared framework                                                                                           |
+| **[area-middleware](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-middleware)**             | [@adityamandaleeka](https://github.com/adityamandaleeka) [@samsp-msft](https://github.com/samsp-msft) [@brennanconroy](https://github.com/brennanconroy)                                                                   | [@Rick-Anderson](https://github.com/Rick-Anderson) | URL rewrite, redirect, response cache/compression, session, caching, and other general middlewares                                                                     |
+| **[area-minimal](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-minimal)**                   | [@adityamandaleeka](https://github.com/adityamandaleeka) [@mikekistler](https://github.com/mikekistler) [@captainsafia](https://github.com/captainsafia) [@mitchdenny](https://github.com/mitchdenny)                      | [@wadepickett](https://github.com/wadepickett)  | Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc                                                                             |
+| **[area-mvc](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-mvc)**                           | [@adityamandaleeka](https://github.com/adityamandaleeka) [@mikekistler](https://github.com/mikekistler) [@captainsafia](https://github.com/captainsafia)                                                                   | [@Rick-Anderson](https://github.com/Rick-Anderson) | MVC, Actions and Controllers, Localization, CORS, most templates                                                                                                       |
+| **[area-networking](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-networking)**             | [@adityamandaleeka](https://github.com/adityamandaleeka) [@samsp-msft](https://github.com/samsp-msft) [@brennanconroy](https://github.com/brennanconroy) [@DeagleGross](https://github.com/DeagleGross)                    | [@Rick-Anderson](https://github.com/Rick-Anderson) | Includes Kestrel/servers, protocols such as HTTP/2, HTTP3, YARP, jsonpatch, bedrock, websockets, http client factory, http abstractions, networking aspects of caching |
+| **[area-perf](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-perf)**                         | [@joperezr](https://github.com/joperezr) [@sebastienros](https://github.com/sebastienros)                                                                                                                                  | [@Rick-Anderson](https://github.com/Rick-Anderson) | Autofiled performance bugs, perf infra.                                                                                                                                |
+| **[area-routing](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-routing)**                   | [@joperezr](https://github.com/joperezr) [@danroth27](https://github.com/danroth27) [@halter73](https://github.com/halter73) [@JamesNK](https://github.com/JamesNK) ([@javiercn](https://github.com/javiercn)  consulting) | [@Rick-Anderson](https://github.com/Rick-Anderson) | Routing                                                                                                                                                                |
+| **[area-security](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-security)**                 | [@joperezr](https://github.com/joperezr) [@mikekistler](https://github.com/mikekistler) [@halter73](https://github.com/halter73) [@mackinnonbuck](https://github.com/mackinnonbuck)                                        | [@Rick-Anderson](https://github.com/Rick-Anderson) | security features/work                                                                                                                                                 |
+| **[area-signalr](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-signalr)**                   | [@adityamandaleeka](https://github.com/adityamandaleeka) [@mikekistler](https://github.com/mikekistler) [@brennanconroy](https://github.com/brennanconroy)                                                                 | [@wadepickett](https://github.com/wadepickett)  | SignalR clients and servers                                                                                                                                            |
+| **[area-ui-rendering](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-ui-rendering)**         | [@joperezr](https://github.com/joperezr) [@danroth27](https://github.com/danroth27) [@mackinnonbuck](https://github.com/mackinnonbuck)                                                                                     | [@Rick-Anderson](https://github.com/Rick-Anderson) | MVC Views/Pages, Razor Views/Page                                                                                                                                      |
+| **[area-unified-build](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-unified-build)**       | [@joperezr](https://github.com/joperezr) [@wtgodbe](https://github.com/wtgodbe)                                                                                                                                            | [@Rick-Anderson](https://github.com/Rick-Anderson) | Work related to https://github.com/dotnet/dotnet                                                                                                                       |
 
-| other repo          | Owners                                                                                                                                                   | Description                                                                                  |
-| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
-| {aspire}            | [@joperezr](https://github.com/joperezr) [@maddymontaquila](https://github.com/maddymontaquila)                                                          | [https://github.com/dotnet/aspire](https://github.com/dotnet/aspire)                         |
-| {extensions}        | [@joperezr](https://github.com/joperezr) [@russkie](https://github.com/russkie)                                                                          | [https://github.com/dotnet/extensions](https://github.com/dotnet/extensions)                 |
-| {orleans}           | [@adityamandaleeka](https://github.com/adityamandaleeka) [@mikekistler](https://github.com/mikekistler)                                                  | [https://github.com/dotnet/orleans](https://github.com/dotnet/orleans)                       |
-| {systemwebadapters} | [@joperezr](https://github.com/joperezr) [@danroth27](https://github.com/danroth27)                                                                      | [https://github.com/dotnet/systemweb-adapters](https://github.com/dotnet/systemweb-adapters) |
-| {yarp}              | [@adityamandaleeka](https://github.com/adityamandaleeka) [@samsp-msft](https://github.com/samsp-msft) [@benjaminpetit](https://github.com/benjaminpetit) | [https://github.com/dotnet/yarp](https://github.com/dotnet/yarp)                             |
+| other repo          | Owners                                                                                                                                                   | Doc Owners | Description                                                                                  |
+| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | -------------------------------------------------------------------------------------------- |
+| {aspire}            | [@joperezr](https://github.com/joperezr) [@maddymontaquila](https://github.com/maddymontaquila)                                                          | [[@Rick-Anderson](https://github.com/Rick-Anderson)](https://github.com/Rick-Anderson) | [https://github.com/dotnet/aspire](https://github.com/dotnet/aspire)                         |
+| {extensions}        | [@joperezr](https://github.com/joperezr) [@russkie](https://github.com/russkie)                                                                          | [@Rick-Anderson](https://github.com/Rick-Anderson) | [https://github.com/dotnet/extensions](https://github.com/dotnet/extensions)                 |
+| {orleans}           | [@adityamandaleeka](https://github.com/adityamandaleeka) [@mikekistler](https://github.com/mikekistler)                                                  | [@Rick-Anderson](https://github.com/Rick-Anderson) | [https://github.com/dotnet/orleans](https://github.com/dotnet/orleans)                       |
+| {systemwebadapters} | [@joperezr](https://github.com/joperezr) [@danroth27](https://github.com/danroth27)                                                                      | [@Rick-Anderson](https://github.com/Rick-Anderson) | [https://github.com/dotnet/systemweb-adapters](https://github.com/dotnet/systemweb-adapters) |
+| {yarp}              | [@adityamandaleeka](https://github.com/adityamandaleeka) [@samsp-msft](https://github.com/samsp-msft) [@benjaminpetit](https://github.com/benjaminpetit) | [@Rick-Anderson](https://github.com/Rick-Anderson) | [https://github.com/dotnet/yarp](https://github.com/dotnet/yarp)                             |
 
 The **dotnet/runtime** repo has [its own list](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md).