-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
11 lines (9 loc) · 605 Bytes
/
CODEOWNERS
File metadata and controls
11 lines (9 loc) · 605 Bytes
1
2
3
4
5
6
7
8
9
10
11
# Defines Code Owners for the Repository
# A code owner is a person(s)/organization(s) that manages or handles the repository
# where `.github/CODEOWNERS` file is defined. The syntax follows `.gitignore` style, with
# some exceptions (check documentation for more information).
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# The owners specified below are the default owner of any/all the
# files available under the repository, unless so specified by the order
# of precendence (if found later).
* @ZenithClown