|
- # This is a comment.
- # Each line is a file pattern followed by one or more owners.
-
- # README files
- README.md @openimsdk/openim @cubxxw @kubbot @AllianceTing @IRONICBo @MC-kanon @AllianceTing @charles-chenzz @Cathay-Chen @plutoyty
-
- # Contributing guidelines
- CONTRIBUTING.md @openimsdk/openim @kubbot @cubxxw @IRONICBo @AllianceTing @plutoyty @fodedoumbouya
-
- # License files
- LICENSE @kubbot @cubxxw @IRONICBo @fodedoumbouya
-
- # Makefile
- Makefile @kubbot @cubxxw @IRONICBo @Cathay-Chen
-
- # Assets directory
- assets/* @AllianceTing @IRONICBo @cubxxw @MC-kanon
-
- # Deploy directory
- deploy/* @IRONICBo @cubxxw @kubbot @MC-kanon @charles-chenzz
-
- # Server directory
- server/* @openimsdk/openim @AllianceTing @cubxxw @IRONICBo @liumingsongning @Cathay-Chen @charles-chenzz @hanzhixiao @plutoyty
-
- # Web directory
- web/* @openimsdk/openim @AllianceTing @MC-kanon @IRONICBo @liumingsongning @plutoyty
-
- # These owners will be the default owners for everything in
- # 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 @eurecalulu @StellarisW @linesoft2 @IRONICBo @MC-kanon @hanzhixiao @liumingsongning @Cathay-Chen @charles-chenzz @plutoyty
-
- # 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 @openimsdk/openim @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 @openimsdk/openim 3293172751nss@gmail.com @IRONICBo @AllianceTing @eurecalulu @hanzhixiao @liumingsongning @Cathay-Chen @charles-chenzz @plutoyty @fodedoumbouya
- *.py 3293172751nss@gmail.com @IRONICBo @AllianceTing @eurecalulu @liumingsongning @plutoyty
-
- # 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 @charles-chenzz
-
- # In this example, @cubxxw owns any files in the build/
- # directory at the root of the repository and any of its
- # subdirectories.
- build/* @cubxxw @kubbot @IRONICBo @MC-kanon @AllianceTing
-
- # The `docs/*` pattern will match files like
- # `docs/getting-started.md` but not further nested files like
- # `docs/build-app/troubleshooting.md`.
- 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 @hanzhixiao @charles-chenzz
-
- # In this example, @cubxxw owns any file in the `/docs`
- # directory in the root of your repository and any of its
- # subdirectories.
- /docs/ @cubxxw @kubbot @IRONICBo @liumingsongning
-
- # In this example, any change inside the `/scripts` directory
- # will require approval from @cubxxw or @octocat.
- /scripts/ @cubxxw @kubbot @MC-kanon @charles-chenzz @plutoyty
- 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 @charles-chenzz @plutoyty
-
- # In this example, @octocat owns any file in the `/apps`
- # directory in the root of your repository except for the `/apps/github`
- # subdirectory, as its owners are left empty.
- /apps/ @cubxxw @kubbot @IRONICBo
- /apps/github
|