From 8115442289febcaa69b30ddfeb9e5c14b9490a08 Mon Sep 17 00:00:00 2001 From: liyiming13 Date: Tue, 17 Oct 2023 20:11:04 +0800 Subject: [PATCH] add codeowner Issue:https://gitee.com/openharmony/commonlibrary_c_utils/issues/I81MC5 Signed-off-by: liyiming --- CODEOWNERS | 3 +++ static/hello.cpp | 1 + 2 files changed, 4 insertions(+) create mode 100644 CODEOWNERS create mode 100644 static/hello.cpp diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..38363f2 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,3 @@ +# Code Owners for a directory +# You can also use email addresses if you prefer. +static/ @lijin1039 lijincheng13@huawei.com diff --git a/static/hello.cpp b/static/hello.cpp new file mode 100644 index 0000000..0ae040b --- /dev/null +++ b/static/hello.cpp @@ -0,0 +1 @@ +//test -- Gitee