Skip to content

Commit

Permalink
chore: add codeowners for tutorials
Browse files Browse the repository at this point in the history
While reviewing a recent pull request, I noticed that it was assigned
to all team members because one of the tutorial doc pages was updated
as part of the changes. I find that suboptimal because then it's not
clear who is primarily responsible for reviewing the changes.

In this pull request, I am adding new CODEOWNERS entries for each
sub-directory in /docs/site/tutorials/
  • Loading branch information
bajtos authored and raymondfeng committed Feb 17, 2020
1 parent 72d2035 commit 53211c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
/examples/greeting-app @emonddr @jannyHou @raymondfeng
/examples/log-extension @emonddr @jannyHou @raymondfeng
/examples/greeter-extension @emonddr @jannyHou @raymondfeng
/docs/site/tutorials/core @emonddr @jannyHou @raymondfeng

#
# REST API (server-side)
Expand Down Expand Up @@ -188,6 +189,7 @@
/packages/repository/src/__tests__/integration/repositories/relation.factory.integration.ts @agnes512 @hacksparrow
/packages/cli/generators/relation @agnes512 @hacksparrow
/examples/todo-list @agnes512 @hacksparrow
/docs/site/tutorials/todo-list/ @agnes512 @hacksparrow

#
# Services (infrastructure for SOAP/REST clients)
Expand All @@ -201,6 +203,7 @@
# The SOAP Calculator examples is a bit special, we want to preserve
# Mario as the code owner of this specific subarea only
/examples/soap-calculator @raymondfeng @marioestradarosa
/docs/site/tutorials/soap-calculator @raymondfeng @marioestradarosa

#
# `lb4 openapi` (scaffold an LB4 app from the given OpenAPI spec)
Expand All @@ -220,6 +223,7 @@
/packages/cli/generators/app @nabdelgadir
/packages/cli/generators/extension @nabdelgadir
/examples/todo @nabdelgadir
/docs/site/tutorials/todo @nabdelgadir

#
# Bootstrapper (core)
Expand Down Expand Up @@ -271,6 +275,7 @@
/packages/authentication @emonddr @hacksparrow @jannyHou
/packages/security @emonddr @hacksparrow @jannyHou
/extensions/authentication-passport @emonddr @hacksparrow @jannyHou
/docs/site/tutorials/authentication @emonddr @hacksparrow @jannyHou

#
# Authorization
Expand Down

0 comments on commit 53211c8

Please sign in to comment.