Skip to content

Commit

Permalink
Added blanket codeowners for broad directories (oppia#9977)
Browse files Browse the repository at this point in the history
* Modified codeowners file

* addressed comments
  • Loading branch information
aks681 authored Jul 22, 2020
1 parent 61c354e commit 0f35141
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,27 @@
# lead listed on the page above).


# Blanket codeowners
# This is for the case when new files are created in any directories that aren't
# covered as a whole, since in these cases, codeowners are not recognized for
# those files when reviewing, even if the PR does add it. Unless new
# files/folders are created in the following directories, these codeowners would
# be superseded by the relevant codeowners mentioned elsewhere in this file.
# (Reference: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners)
/core/controllers/ @aks681
/core/domain/ @DubeySandeep
/core/templates/components/ @bansalnitish
/core/templates/domain/ @kevintab95
/core/templates/pages/ @seanlip
/core/templates/services/ @nithusha21
/extensions/ @vojtechjelinek
/scripts/ @ankita240796


# Android team
/core/domain/android_validation_constants*.py @BenHenning


# Angular Migration team
/core/templates/components/shared-component.module.ts @bansalnitish @srijanreddy98
/core/templates/services/loader.service*.ts @bansalnitish @srijanreddy98
Expand Down

0 comments on commit 0f35141

Please sign in to comment.