From 2a6715bf8efe01e1c579d2faf9bacce24edd27b4 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 12 May 2022 06:32:18 +0000 Subject: [PATCH] add CODEOWNERS. Signed-off-by: Austin --- CODEOWNERS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..9cb100bed3 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,21 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +zh-cn/device-dev/kernel/ @Austin23 +zh-cn/device-dev/website.md @Austin23 +README.md @Austin23 +zh-cn/device-dev/porting duangavin123_admin +zh-cn/device-dev/guide duangavin123_admin +zh-cn/device-dev/subsystems li-yan339 \ No newline at end of file -- GitLab