Skip to content

Commit de5fe14

Browse files
authored
Set Cam as author of containers folder (#45875)
1 parent fdf67dc commit de5fe14

File tree

2 files changed

+26
-14
lines changed

2 files changed

+26
-14
lines changed

.github/CODEOWNERS

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
# This should make it easy to add new rules without breaking existing ones.
2222

2323
######## API landing page ###########
24-
/api/ @dotnet/docs
24+
/api/ @gewarren @dotnet/docs
25+
26+
######## Includes files ###########
27+
/includes/ @dotnet/docs
2528

2629
############ What's new ###############
2730
/docs/whats-new/ @billwagner @dotnet/docs
@@ -30,6 +33,9 @@
3033
# .NET Core
3134
/docs/core/ @dotnet/docs
3235

36+
# .NET fundamentals
37+
/docs/fundamentals/ @dotnet/docs
38+
3339
# .NET Framework
3440
/docs/framework/ @dotnet/docs
3541

@@ -54,6 +60,13 @@
5460
# .NET Orleans
5561
/docs/orleans/ @IEvangelist @dotnet/docs
5662

63+
# IoT Guide
64+
/docs/iot/ @CamSoper @dotnet/docs
65+
66+
############### AI ################
67+
68+
/docs/ai/ @gewarren @alexwolfmsft @dotnet/docs
69+
5770
############### Azure ################
5871

5972
# Azure Guide
@@ -80,32 +93,26 @@
8093
/docs/azure/sdk/thread-safety.md @annelo-msft @christothes @JoshLove-msft @KrzysztofCwalina @jsquire @alexwolfmsft @CamSoper @scottaddie @dotnet/docs
8194
/docs/azure/sdk/unit-testing-mocking.md @annelo-msft @christothes @JoshLove-msft @KrzysztofCwalina @jsquire @alexwolfmsft @CamSoper @scottaddie @dotnet/docs
8295

83-
# IoT Guide
84-
/docs/iot/ @CamSoper @dotnet/docs
85-
86-
# Includes files
87-
/includes/ @dotnet/docs
88-
89-
############### .NET 5 ################
96+
############### Fundamentals ################
9097

9198
# Code analysis
9299
/docs/fundamentals/code-analysis/ @gewarren @dotnet/docs
93100

94101
############### .NET Core ########################
95-
# What's New
96-
/docs/core/whats-new/ @camsoper @dotnet/docs
102+
# Breaking changes
103+
/docs/core/compatibility/ @camsoper @dotnet/docs
104+
# Containers
105+
/docs/core/containers/ @camsoper @dotnet/docs
97106
# Deployment
98107
/docs/core/deploying/ @adegeo @dotnet/docs
99108
# Diagnostics
100109
/docs/core/diagnostics/ @tommcdon @dotnet/docs
101-
# Extensions
102-
/docs/core/extensions/ @IEvangelist @dotnet/docs
103110
# Docker
104111
/docs/core/docker/ @IEvangelist @dotnet/docs
112+
# Extensions
113+
/docs/core/extensions/ @IEvangelist @dotnet/docs
105114
# Install
106115
/docs/core/install/ @adegeo @dotnet/docs
107-
# Breaking changes
108-
/docs/core/compatibility/ @camsoper @dotnet/docs
109116
# Project SDKs
110117
/docs/core/project-sdk/ @gewarren @dotnet/docs
111118
# Config settings
@@ -116,6 +123,8 @@
116123
/docs/core/tools/ @tdykstra @dotnet/docs
117124
# Tutorials
118125
/docs/core/tutorials/ @tdykstra @dotnet/docs
126+
# What's new
127+
/docs/core/whats-new/ @camsoper @dotnet/docs
119128

120129
################### .NET Framework ##################
121130
# App domains
@@ -222,6 +231,7 @@
222231

223232
## These have been pulled directly from the samples repo:
224233

234+
# C# snippets:
225235
/samples/snippets/csharp/ @BillWagner @IEvangelist @dotnet/docs
226236
# Visual Basic snippets:
227237
/samples/snippets/visualbasic/ @BillWagner @dotnet/docs

docfx.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@
336336
"docs/azure/**/*.*": "alexwolfmsft",
337337
"docs/core/**/**.md": "gewarren",
338338
"docs/core/compatibility/**/**.md": "camsoper",
339+
"docs/core/containers/**/**.md": "camsoper",
339340
"docs/core/deploying/**/**.md": "adegeo",
340341
"docs/core/diagnostics/**/**.md": "tommcdon",
341342
"docs/core/extensions/**/**.md": "IEvangelist",
@@ -429,6 +430,7 @@
429430
"docs/orleans/**/*.*": "dapine",
430431
"docs/core/**/**.md": "dotnetcontent",
431432
"docs/core/compatibility/**/**.md": "casoper",
433+
"docs/core/containers/**/**.md": "casoper",
432434
"docs/core/deploying/**/**.md": "adegeo",
433435
"docs/core/diagnostics/**/**.md": "tommcdon",
434436
"docs/core/extensions/**/**.md": "dapine",

0 commit comments

Comments
 (0)