You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

CODEOWNERS 3.7 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. # This is a comment.
  2. # Each line is a file pattern followed by one or more owners.
  3. # README files
  4. README.md @cubxxw @kubbot @AllianceTing @IRONICBo @MC-kanon @AllianceTing @charles-chenzz @Cathay-Chen @plutoyty
  5. # Contributing guidelines
  6. CONTRIBUTING.md @kubbot @cubxxw @IRONICBo @AllianceTing @plutoyty @fodedoumbouya
  7. # License files
  8. LICENSE @kubbot @cubxxw @IRONICBo @fodedoumbouya
  9. # Makefile
  10. Makefile @kubbot @cubxxw @IRONICBo @Cathay-Chen
  11. # Assets directory
  12. assets/* @AllianceTing @IRONICBo @cubxxw @MC-kanon
  13. # Deploy directory
  14. deploy/* @IRONICBo @cubxxw @kubbot @MC-kanon @charles-chenzz
  15. # Server directory
  16. server/* @AllianceTing @cubxxw @IRONICBo @liumingsongning @Cathay-Chen @charles-chenzz @hanzhixiao @plutoyty
  17. # Web directory
  18. web/* @AllianceTing @MC-kanon @IRONICBo @liumingsongning @plutoyty
  19. # These owners will be the default owners for everything in
  20. # the repo. Unless a later match takes precedence,
  21. # @cubxxw and @kubbot will be requested for
  22. # review when someone opens a pull request.
  23. * @cubxxw @kubbot @AllianceTing @eurecalulu @StellarisW @linesoft2 @IRONICBo @MC-kanon @hanzhixiao @liumingsongning @Cathay-Chen @charles-chenzz @plutoyty
  24. # Order is important; the last matching pattern takes the most
  25. # precedence. When someone opens a pull request that only
  26. # modifies JS files, only @js-owner and not the global
  27. # owner(s) will be requested for a review.
  28. *.js @cubxxw @kubbot @IRONICBo @MC-kanon @AllianceTing @liumingsongning
  29. # You can also use email addresses if you prefer. They'll be
  30. # used to look up users just like we do for commit author
  31. # emails.
  32. *.go 3293172751nss@gmail.com @IRONICBo @AllianceTing @eurecalulu @hanzhixiao @liumingsongning @Cathay-Chen @charles-chenzz @plutoyty @fodedoumbouya
  33. *.py 3293172751nss@gmail.com @IRONICBo @AllianceTing @eurecalulu @liumingsongning @plutoyty
  34. # Teams can be specified as code owners as well. Teams should
  35. # be identified in the format @org/team-name. Teams must have
  36. # explicit write access to the repository. In this example,
  37. # the OpenIMSDK team in the github organization owns all .txt files.
  38. *.txt @cubxxw @kubbot @AllianceTing @IRONICBo @MC-kanon @liumingsongning @charles-chenzz
  39. # In this example, @cubxxw owns any files in the build/
  40. # directory at the root of the repository and any of its
  41. # subdirectories.
  42. build/* @cubxxw @kubbot @IRONICBo @MC-kanon @AllianceTing
  43. # The `docs/*` pattern will match files like
  44. # `docs/getting-started.md` but not further nested files like
  45. # `docs/build-app/troubleshooting.md`.
  46. docs/* 3293172751nss@gmail.com @kubbot @IRONICBo
  47. # In this example, @octocat owns any file in an apps directory
  48. # anywhere in your repository.
  49. api/ @cubxxw @IRONICBo @MC-kanon @AllianceTing @hanzhixiao @charles-chenzz
  50. # In this example, @cubxxw owns any file in the `/docs`
  51. # directory in the root of your repository and any of its
  52. # subdirectories.
  53. /docs/ @cubxxw @kubbot @IRONICBo @liumingsongning
  54. # In this example, any change inside the `/scripts` directory
  55. # will require approval from @cubxxw or @octocat.
  56. /scripts/ @cubxxw @kubbot @MC-kanon @charles-chenzz @plutoyty
  57. scripts/* @cubxxw @kubbot @IRONICBo @charles-chenzz
  58. # In this example, @octocat owns any file in a `/logs` directory such as
  59. # `/build/logs`, `/scripts/logs`, and `/deeply/nested/logs`. Any changes
  60. # in a `/logs` directory will require approval from @octocat.
  61. **/logs @cubxxw @kubbot @IRONICBo @charles-chenzz @plutoyty
  62. # In this example, @octocat owns any file in the `/apps`
  63. # directory in the root of your repository except for the `/apps/github`
  64. # subdirectory, as its owners are left empty.
  65. /apps/ @cubxxw @kubbot @IRONICBo
  66. /apps/github