From 543e73b6b857bf5c6b9744bd3c01b3b4d56db42e Mon Sep 17 00:00:00 2001 From: Artak <34246760+mkArtakMSFT@users.noreply.github.com> Date: Tue, 24 Mar 2020 14:44:32 -0700 Subject: [PATCH] Adding an area-ownership document (#20108) --- docs/area-owners.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/area-owners.md diff --git a/docs/area-owners.md b/docs/area-owners.md new file mode 100644 index 0000000000..e4d6e72071 --- /dev/null +++ b/docs/area-owners.md @@ -0,0 +1,23 @@ +The below table lists all the `area-`labels used in the `aspnetcore` repository and their owners: + +| Area label | Owner | Description| +|--- | ---| --- | +| area-azure | anurse | | +| area-blazor | mkArtakMSFT | Blazor server and Blazor WASM related | +| area-commandlinetools | anurse, mkArtakMSFT | dev certs, dotnet watch, | +| area-dataprotection | anurse | | +| area-grpc | shirhatti | | +| area-healthchecks | rynowak | | +| area-hosting | anurse | | +| area-httpclientfactory | anurse | | +| area-identity | blowdart | | +| area-infrastructure | dougbu | | +| area-installers | anurse | | +| area-middleware | anurse | | +| area-mvc | mkArtakMSFT | | +| area-perf | anurse | | +| area-platform | anurse | | +| area-security | blowdart | | +| area-servers | anurse | | +| area-signalr | anurse | | +| area-websockets | anurse | |