ant-design/CODEOWNERS
Line: 8: incorrect codeowner user: zombieJ Line: 8: no users/groups matched Line: 9: incorrect codeowner user: zombieJ Line: 9: no users/groups matched
Amumu a31748d0f8 feat: Add some code owner (#19414)
* feature trial: add owner

* add default code owner

* no default file owner
2019-10-27 00:19:53 +08:00

13 lines
540 B
Plaintext

# CODEOWNERS syntax
# A CODEOWNERS file uses a pattern that follows the same rules used in gitignore files.
# The pattern is followed by one or more GitHub usernames or team names using the standard @username or @org/team-name format.
# You can also refer to a user by an email address that has been added to their GitHub account, for example user@example.com.
# no default file owner
#/* @afc163
/components/tree/* @zombieJ
/components/tree-select/* @zombieJ
# ...
# other components