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