From d2a8a10667b3e47f81716e0d752d54ac1e323a4f Mon Sep 17 00:00:00 2001 From: Amumu Date: Thu, 24 Oct 2019 20:56:56 +0800 Subject: [PATCH] chore: :memo: add CODEOWNERS file (#19410) --- CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..a7c62dec7e --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,4 @@ +# 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.