Skip to content

Commit e309eee

Browse files
authored
Merge pull request dotnet#5406 from dotnet/gewarren-patch-1
Empty file in live branch
2 parents 99d9086 + 7edbb73 commit e309eee

File tree

1 file changed

+2
-121
lines changed

1 file changed

+2
-121
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -1,122 +1,3 @@
1-
# Lines starting with '#' are comments.
2-
# Each line is a file pattern followed by one or more owners.
1+
# DO NOT OVERWRITE THIS EMPTY FILE.
32

4-
# More details are here: https://help.github.com/articles/about-codeowners/
5-
# A CODEOWNERS file uses a pattern that follows the same rules in gitignore files: https://git-scm.com/docs/gitignore#_pattern_format
6-
7-
# The '*' pattern is for global owners.
8-
9-
# This line tags the dotnet-docs team for review, so nothing falls through the cracks.
10-
11-
* @dotnet/docs
12-
13-
# Order is important. The last matching pattern has the most precedence.
14-
# The folders are ordered as follows:
15-
16-
# In each subsection folders are order first by depth, then alphabetically.
17-
# This should make it easy to add new rules without breaking existing ones.
18-
19-
# Area owners of the dotnet/runtime repo: https://github.com/dotnet/runtime/blob/master/docs/area-owners.md
20-
21-
/xml/Microsoft.CSharp*/ @cston @333fred
22-
/xml/Microsoft.Extensions*/ @maryamariyan @michaelgsharp @safern @tarekgh
23-
/xml/Microsoft.Extensions.DependencyModel*/ @maryamariyan @michaelgsharp @safern @tarekgh
24-
/xml/Microsoft.Extensions.Caching*/ @maryamariyan @michaelgsharp @safern @tarekgh
25-
/xml/Microsoft.Extensions.Configuration*/ @maryamariyan @michaelgsharp @safern @tarekgh
26-
/xml/Microsoft.Extensions.DependencyInjection*/ @maryamariyan @michaelgsharp @safern @tarekgh
27-
/xml/Microsoft.Extensions.FileSystem*/ @adamsitnik @carlossanlop @jozkee
28-
/xml/Microsoft.Extensions.Hosting*/ @maryamariyan @michaelgsharp @safern @tarekgh
29-
/xml/Microsoft.Extensions.Http*/ @dotnet/ncl
30-
/xml/Microsoft.Extensions.Logging*/ @maryamariyan @michaelgsharp @safern @tarekgh
31-
/xml/Microsoft.Extensions.Options*/ @maryamariyan @michaelgsharp @safern @tarekgh
32-
/xml/Microsoft.Extensions.Primitives*/ @maryamariyan @michaelgsharp @safern @tarekgh
33-
/xml/Microsoft.VisualBasic*/ @cston @333fred
34-
/xml/Microsoft.Win32*/ @Anipik @ViktorHofer
35-
/xml/System.Activities*/ @dotnet/docs
36-
/xml/System.AddIn*/ @dotnet/docs
37-
/xml/System.Buffers*/ @tannergooding @pgovind
38-
/xml/System.CodeDom*/ @buyaa-n @krwq @joperezr
39-
/xml/System.Collections*/ @eiriktsarpalis @layomia
40-
/xml/System.ComponentModel*/ @maryamariyan @michaelgsharp @safern @tarekgh
41-
/xml/System.ComponentModel.Composition*/ @buyaa-n @joperezr @krwq
42-
/xml/System.ComponentModel.DataAnnotations*/ @lajones @ajcvickers
43-
/xml/System.Composition*/ @buyaa-n @joperezr @krwq
44-
/xml/System.Configuration*/ @buyaa-n @joperezr @krwq
45-
/xml/System.Data*/ @ajcvickers @cheenamalhotra @david-engel
46-
/xml/System.Data.Odbc/ @ajcvickers
47-
/xml/System.Data.OleDb/ @ajcvickers
48-
/xml/System.Data.SqlClient/ @cheenamalhotra @david-engel @karinazhou @JRahnama
49-
/xml/System.Deployment*/ @dotnet/docs
50-
/xml/System.Device*/ @dotnet/docs
51-
/xml/System.Diagnostics*/ @tommcdon @Anipik @ViktorHofer
52-
/xml/System.Diagnostics/Activity*.xml @tarekgh
53-
/xml/System.Diagnostics/Process*.xml @adamsitnik @eiriktsarpalis
54-
/xml/System.Diagnostics.Tracing/ @noahfalk @tommcdon @Anipik @ViktorHofer @tarekgh
55-
/xml/System.DirectoryServices*/ @buyaa-n @joperezr @krwq
56-
/xml/System.Drawing*/ @maryamariyan @michaelgsharp @safern @tarekgh
57-
/xml/System.Dynamic*/ @dotnet/docs
58-
/xml/System.EnterpriseServices*/ @dotnet/docs
59-
/xml/System.Formats.Asn1/* @bartonjs @GrabYourPitchforks
60-
/xml/System.Formats.Cbor/* @eiriktsarpalis @layomia
61-
/xml/System.Globalization*/ @maryamariyan @michaelgsharp @safern @tarekgh
62-
/xml/System.IO*/ @adamsitnik @carlossanlop @jozkee
63-
/xml/System.IO.Compression*/ @adamsitnik @carlossanlop @jozkee
64-
/xml/System.IO.Pipelines*/ @davidfowl @halter73 @jkotalik
65-
/xml/System.IdentityModel*/ @dotnet/docs
66-
/xml/System.Json*/ @dotnet/docs
67-
/xml/System.Linq*/ @eiriktsarpalis @layomia
68-
/xml/System.Linq.Expressions*/ @cston @333fred
69-
/xml/System.Linq/Parallel*.xml @adamsitnik @carlossanlop @jozkee
70-
/xml/System.Management*/ @Anipik @ViktorHofer
71-
/xml/System.Media*/ @dotnet/docs
72-
/xml/System.Messaging*/ @dotnet/docs
73-
/xml/System.Net*/ @dotnet/ncl
74-
/xml/System.Numerics*/ @tannergooding @pgovind
75-
/xml/System.Printing*/ @dotnet/docs
76-
/xml/System.Reflection*/ @buyaa-n @joperezr @krwq @steveharter
77-
/xml/System.Reflection.Emit*/ @buyaa-n @joperezr @krwq @steveharter
78-
/xml/System.Reflection.Metadata*/ @buyaa-n @joperezr @krwq @steveharter
79-
/xml/System.Resources*/ @buyaa-n @joperezr @krwq
80-
/xml/System.Runtime*/ @pgovind @tannergooding
81-
/xml/System.Runtime.Caching*/ @StephenMolloy @HongGit
82-
/xml/System.Runtime.CompilerServices*/ @buyaa-n @joperezr @krwq
83-
/xml/System.Runtime.InteropServices*/ @AaronRobinsonMSFT @jkoritzinsky
84-
/xml/System.Runtime.Intrinsics*/ @pgovind @tannergooding @echesakovMSFT
85-
/xml/System.Runtime.Serialization*/ @StephenMolloy @HongGit
86-
/xml/System.Runtime.Serialization.Formatters/ @pgovind @tannergooding
87-
/xml/System.Security*/ @bartonjs @GrabYourPitchforks
88-
/xml/System.ServiceModel*/ @HongGit @mconnew
89-
/xml/System.ServiceModel.Syndication/ @StephenMolloy @HongGit
90-
/xml/System.ServiceProcess*/ @Anipik @ViktorHofer
91-
/xml/System.Speech*/ @dotnet/docs
92-
/xml/System.Text*/ @dotnet/docs
93-
/xml/System.Text/Encoding*.xml @eiriktsarpalis @layomia
94-
/xml/System.Text.Encodings.Web*/ @eiriktsarpalis @layomia
95-
/xml/System.Text.Json*/ @eiriktsarpalis @layomia @steveharter
96-
/xml/System.Text.RegularExpressions*/ @pgovind @tannergooding
97-
/xml/System.Threading*/ @kouvel
98-
/xml/System.Threading.Channels*/ @adamsitnik @carlossanlop @jozkee
99-
/xml/System.Threading.Tasks*/ @adamsitnik @carlossanlop @jozkee
100-
/xml/System.Timers*/ @dotnet/docs
101-
/xml/System.Transactions*/ @HongGit
102-
/xml/System.Web*/ @scottaddie
103-
/xml/System.Windows*/ @dotnet/wpf-developers
104-
/xml/System.Windows.Forms*/ @RussKie @merriemcgaw
105-
/xml/System.Workflow*/ @dotnet/docs
106-
/xml/System.Xaml*/ @dotnet/wpf-developers
107-
/xml/System.Xml*/ @buyaa-n @joperezr @krwq
108-
109-
# System.Console
110-
/xml/System/Console* @adamsitnik @carlossanlop @jozkee
111-
112-
# System.Memory
113-
/xml/System/Memory*.xml @adamsitnik @carlossanlop @jozkee
114-
/xml/System/ReadOnlyMemory*.xml @adamsitnik @carlossanlop @jozkee
115-
/xml/System/ReadOnlySpan*.xml @adamsitnik @carlossanlop @jozkee
116-
/xml/System/Span*.xml @adamsitnik @carlossanlop @jozkee
117-
118-
# System.Array
119-
/xml/System/Array.xml @pgovind @tannergooding
120-
121-
# System.Uri
122-
/xml/System/Uri.xml @dotnet/ncl
3+
# This file is intentionally empty in the live branch (only), so the whole world doesn't get tagged for review on main -> live publish PRs.

0 commit comments

Comments
 (0)