forked from dotnet/dotnet-api-docs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCODEOWNERS
98 lines (84 loc) · 4.44 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
# 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/System.Buffers**/** @tannergooding @GrabYourPitchforks @pgovind
/xml/System.CodeDom**/** @buyaa-n @krwq
/xml/System.Collections**/** @eiriktsarpalis @layomia
/xml/System.ComponentModel**/** @safern
/xml/System.ComponentModel.Composition**/** @maryamariyan @ViktorHofer
/xml/System.ComponentModel.DataAnnotations**/** @lajones @ajcvickers
/xml/System.ComponentModel.Design**/** @RussKie @merriemcgaw
/xml/System.Composition**/** @maryamariyan @ViktorHofer
/xml/System.Configuration**/** @maryamariyan @safern
/xml/System.Data**/** @ajcvickers @cheenamalhotra @david-engel
/xml/System.Data.SqlClient**/** @cheenamalhotra @david-engel @karinazhou @JRahnama
/xml/System.Diagnostics**/** @tommcdon @sywhang @krwq
/xml/System.Diagnostics/DiagnosticSource.xml @Anipik
/xml/System.Diagnostics/EventLog*.xml @Anipik
/xml/System.Diagnostics/PerformanceCounter*.xml @Anipik
/xml/System.Diagnostics/Process*.xml @adsitnik @eiriktsarpalis
/xml/System.Diagnostics/TraceSource.xml @Anipik
/xml/System.Diagnostics.Tracing**/** @noahfalk @tommcdon @tarekgh @Anipik
/xml/System.DirectoryServices**/** @tquerec @josephisenhour
/xml/System.Drawing**/** @safern @tannergooding
/xml/System.Dynamic**/** @cston @333fred
/xml/System.Globalization**/** @safern @krwq @tarekgh
/xml/System.IO**/** @carlossanlop @jozkee
/xml/System.IO.Compression**/** @carlossanlop @ericstj
/xml/System.IO.Pipelines**/** @davidfowl @halter73 @jkotalik @anurse
/xml/System.Linq**/** @eiriktsarpalis @adamsitnik
/xml/System.Linq.Expressions**/** @cston @333fred
/xml/System.Linq/Parallel*.xml @tarekgh @kouvel
/xml/System.Management**/** @Anipik
/xml/System.Net**/** @dotnet/ncl
/xml/System.Numerics**/** @tannergooding @pgovind
/xml/System.Reflection**/** @steveharter @GrabYourPitchforks
/xml/System.Reflection.Emit**/** @steveharter @GrabYourPitchforks
/xml/System.Reflection.Metadata**/** @tmat
/xml/System.Resources**/** @buyaa-n @tarekgh @krwq
/xml/System.Runtime**/** @bartonjs @joperezr
/xml/System.Runtime.Caching**/** @StephenMolloy @HongGit
/xml/System.Runtime.CompilerServices**/** @Anipik @steveharter
/xml/System.Runtime.InteropServices**/** @AaronRobinsonMSFT @jkoritzinsky
/xml/System.Runtime.Intrinsics**/** @tannergooding @CarolEidt @echesakovMSFT
/xml/System.Security**/** @bartonjs @GrabYourPitchforks @krwq
/xml/System.ServiceModel**/** @HongGit @mcconnew StephenMolloy
/xml/System.ServiceProcess**/** @Anipik
/xml/System.Text**/** @tarekgh @GrabYourPitchforks
/xml/System.Text/Encoding*.xml @layomia @krwq @tarekgh
/xml/System.Text.Encodings.Web**/** @GrabYourPitchforks @layomia @tarekgh
/xml/System.Text.Json**/** @layomia @steveharter @jozkee
/xml/System.Text.RegularExpressions**/** @pgovind @eerhardt
/xml/System.Threading**/** @kouvel
/xml/System.Threading.Channels**/** @tarekgh @stephentoub
/xml/System.Threading.Tasks**/** @tarekgh @stephentoub
/xml/System.Transactions**/** @dasetser @HongGit
/xml/System.Web**/** @scottaddie
/xml/System.Windows**/** @dotnet/wpf-developers
/xml/System.Windows.Forms**/** @RussKie @merriemcgaw
/xml/System.Xaml**/** @dotnet/wpf-developers
/xml/System.Xml**/** @buyaa-n @krwq
# System.Console
/xml/System/Console** @carlossanlop @eiriktsarpalis
# System.Memory
/xml/System/Memory*.xml @GrabYourPitchforks @adsitnik
/xml/System/ReadOnlyMemory*.xml @GrabYourPitchforks @adsitnik
/xml/System/ReadOnlySpan*.xml @GrabYourPitchforks @adsitnik
/xml/System/Span*.xml @GrabYourPitchforks @adsitnik
# System.Runtime
/xml/System/Array.xml @bartonjs @joperezr
# System.Uri
/xml/System/Uri.xml @dotnet/ncl
/xml/Microsoft.CSharp**/** @cston @333fred
/xml/Microsoft.SqlServer**/** @stevestein
/xml/Microsoft.VisualBasic**/** @cston @333fred
/xml/Microsoft.Win32**/** @maryamariyan @Anipik