Skip to content

Commit 3d9da8a

Browse files
committed
Add the CODEOWNERS File for Controlling the Maintainers
[Type] - Feature Request - Code Quality [Description] - GitHub provided the CODEOWNERS file to control the maintainers. - Enable the functionality of it by adding the configuration file. [Changes] - Add the "CODEOWNERS" file under ".github" directory [Components] - .github/** Signed-off-by: Jason Lin <jason40418@gmail.com>
1 parent b9dfea7 commit 3d9da8a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/CODEOWNERS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
##
2+
# @file
3+
# Configuration file for the maintainers.
4+
#
5+
# @copyright
6+
# Copyright (c) 2025, Codevenience Organization. All rights reserved.<BR>
7+
#
8+
# SPDX-License-Identifier: BSD-3-Clause
9+
#
10+
# @par reference
11+
# - https://docs.github.com/articles/about-code-owners
12+
#
13+
##
14+
15+
#
16+
# Administrator of the Codevenience Organization.
17+
#
18+
* @codevenience/codevenience-admin

0 commit comments

Comments
 (0)