Browse Source

Update CODEOWNERS

Signed-off-by: Xinwei Xiong <86140903+cubxxw@users.noreply.github.com>
tags/v0.1.0
Xinwei Xiong GitHub 3 years ago
parent
commit
4d6b324033
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 14 deletions
  1. +14
    -14
      docs/CODEOWNERS

+ 14
- 14
docs/CODEOWNERS View File

@@ -2,25 +2,25 @@
# Each line is a file pattern followed by one or more owners.

# README files
README.md @cubxxw @kubbot @AllianceTing @IRONICBo @MC-kanon
README.md @cubxxw @kubbot @AllianceTing @IRONICBo @MC-kanon @AllianceTing @charles-chenzz @Cathay-Chen

# Contributing guidelines
CONTRIBUTING.md @kubbot @cubxxw @IRONICBo
CONTRIBUTING.md @kubbot @cubxxw @IRONICBo @AllianceTing

# License files
LICENSE @kubbot @cubxxw @IRONICBo

# Makefile
Makefile @kubbot @cubxxw @IRONICBo
Makefile @kubbot @cubxxw @IRONICBo @Cathay-Chen

# Assets directory
assets/* @AllianceTing @IRONICBo @cubxxw @MC-kanon

# Deploy directory
deploy/* @IRONICBo @cubxxw @kubbot @MC-kanon
deploy/* @IRONICBo @cubxxw @kubbot @MC-kanon @charles-chenzz

# Server directory
server/* @AllianceTing @cubxxw @IRONICBo @liumingsongning
server/* @AllianceTing @cubxxw @IRONICBo @liumingsongning @Cathay-Chen @charles-chenzz @hanzhixiao

# Web directory
web/* @AllianceTing @MC-kanon @IRONICBo @liumingsongning
@@ -29,25 +29,25 @@ web/* @AllianceTing @MC-kanon @IRONICBo @liumingsongning
# the repo. Unless a later match takes precedence,
# @cubxxw and @kubbot will be requested for
# review when someone opens a pull request.
* @cubxxw @kubbot @AllianceTing @IRONICBo @MC-kanon @eurecalulu @hanzhixiao @liumingsongning
* @cubxxw @kubbot @AllianceTing @eurecalulu @StellarisW @linesoft2 @IRONICBo @MC-kanon @hanzhixiao @liumingsongning @Cathay-Chen @charles-chenzz

# Order is important; the last matching pattern takes the most
# precedence. When someone opens a pull request that only
# modifies JS files, only @js-owner and not the global
# owner(s) will be requested for a review.
*.js @cubxxw @kubbot @IRONICBo @MC-kanon @AllianceTing @liumingsongning
*.js @cubxxw @kubbot @IRONICBo @MC-kanon @AllianceTing @liumingsongning

# You can also use email addresses if you prefer. They'll be
# used to look up users just like we do for commit author
# emails.
*.go 3293172751nss@gmail.com @IRONICBo @AllianceTing @eurecalulu @hanzhixiao @liumingsongning
*.py 3293172751nss@gmail.com @IRONICBo @AllianceTing @eurecalulu
*.go 3293172751nss@gmail.com @IRONICBo @AllianceTing @eurecalulu @hanzhixiao @liumingsongning @Cathay-Chen @charles-chenzz
*.py 3293172751nss@gmail.com @IRONICBo @AllianceTing @eurecalulu @liumingsongning

# Teams can be specified as code owners as well. Teams should
# be identified in the format @org/team-name. Teams must have
# explicit write access to the repository. In this example,
# the OpenIMSDK team in the github organization owns all .txt files.
*.txt @cubxxw @kubbot @AllianceTing @IRONICBo @MC-kanon @liumingsongning
*.txt @cubxxw @kubbot @AllianceTing @IRONICBo @MC-kanon @liumingsongning @charles-chenzz

# In this example, @cubxxw owns any files in the build/
# directory at the root of the repository and any of its
@@ -61,7 +61,7 @@ docs/* 3293172751nss@gmail.com @kubbot @IRONICBo

# In this example, @octocat owns any file in an apps directory
# anywhere in your repository.
api/ @cubxxw @IRONICBo @MC-kanon @AllianceTing
api/ @cubxxw @IRONICBo @MC-kanon @AllianceTing @hanzhixiao @charles-chenzz

# In this example, @cubxxw owns any file in the `/docs`
# directory in the root of your repository and any of its
@@ -70,13 +70,13 @@ api/ @cubxxw @IRONICBo @MC-kanon @AllianceTing

# In this example, any change inside the `/scripts` directory
# will require approval from @cubxxw or @octocat.
/scripts/ @cubxxw @kubbot @MC-kanon
scripts/* @cubxxw @kubbot @IRONICBo
/scripts/ @cubxxw @kubbot @MC-kanon @charles-chenzz
scripts/* @cubxxw @kubbot @IRONICBo @charles-chenzz

# In this example, @octocat owns any file in a `/logs` directory such as
# `/build/logs`, `/scripts/logs`, and `/deeply/nested/logs`. Any changes
# in a `/logs` directory will require approval from @octocat.
**/logs @cubxxw @kubbot @IRONICBo
**/logs @cubxxw @kubbot @IRONICBo @charles-chenzz

# In this example, @octocat owns any file in the `/apps`
# directory in the root of your repository except for the `/apps/github`


Loading…
Cancel
Save