Skip to content

Commit 498680a

Browse files
authored
Add codeowner files (PowerShell#4565)
1 parent a648d4d commit 498680a

1 file changed

Lines changed: 77 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# https://help.github.com/articles/about-codeowners/
2+
3+
# Areas are not limited to the filters defined in this file
4+
# First Lets start with areas with no filters or paths
5+
6+
# Area: Performance
7+
# @lzybkr @adityapatwardhan
8+
9+
# Area: Portability
10+
# @BrucePay @JamesWTruher
11+
12+
# Area: Security
13+
# @TravisEz13 @PaulHigin @chunqingchen
14+
15+
# Now Areas that should have paths or filters, although we might not have them defined
16+
# Order here must be by precedence of the filter
17+
# Area: Documentation
18+
*.md @joeyaiello @TravisEz13
19+
20+
# Area: Test
21+
test/ @JamesWTruher @TravisEz13 @adityapatwardhan
22+
23+
# Area: Cmdlets Core
24+
# @JamesWTruher @SteveL-MSFT @anmenaga @chunqingchen
25+
26+
# Area: CmdLets Management
27+
src/Microsoft.PowerShell.Commands.Management/ @daxian-dbw @adityapatwardhan
28+
29+
# Area: CmdLets Utility
30+
src/Microsoft.PowerShell.Commands.Utility/ @JamesWTruher @dantraMSFT @PaulHigin
31+
32+
# Area: Console
33+
src/Microsoft.PowerShell.ConsoleHost/ @daxian-dbw @lzybkr @anmenaga
34+
35+
# Area: Demo
36+
demos/ @joeyaiello @SteveL-MSFT @HemantMahawar
37+
38+
# Area: DSC
39+
src/System.Management.Automation/DscSupport @TravisEz13 @dantraMSFT
40+
41+
# Area: engine
42+
src/System.Management.Automation/engine @daxian-dbw @vors @lzybkr @BrucePay
43+
44+
# Area: Debugging
45+
# Must be below engine to override
46+
src/System.Management.Automation/engine/debugger/ @BrucePay @dantraMSFT @PaulHigin
47+
48+
# Area: help
49+
src/System.Management.Automation/help @Francisco-Gamino @adityapatwardhan
50+
51+
# Area: Intellisense
52+
# @daxian-dbw @lzybkr @charub
53+
54+
# Area: Language
55+
# @daxian-dbw @vors @lzybkr @BrucePay
56+
57+
# Area: Providers
58+
src/System.Management.Automation/namespaces @BrucePay @anmenaga
59+
60+
# Area: PSReadLine
61+
src/Microsoft.PowerShell.PSReadLine @lzybkr @charub
62+
63+
# Area: Remoting
64+
src/System.Management.Automation/engine/remoting @dantraMSFT @mirichmo @PaulHigin
65+
66+
# Area: Side-By-Side
67+
# @mirichmo @charub
68+
69+
# Areas: Build
70+
# Must be last
71+
*.config @daxian-dbw @TravisEz13 @adityapatwardhan
72+
*.props @daxian-dbw @TravisEz13 @adityapatwardhan
73+
*.yml @daxian-dbw @TravisEz13 @adityapatwardhan
74+
*.csproj @daxian-dbw @TravisEz13 @adityapatwardhan
75+
build.* @daxian-dbw @TravisEz13 @adityapatwardhan
76+
tools/ @daxian-dbw @TravisEz13 @adityapatwardhan
77+
docker/ @daxian-dbw @TravisEz13 @adityapatwardhan

0 commit comments

Comments
 (0)