We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6922b commit 0509d9aCopy full SHA for 0509d9a
.github/CODEOWNERS
@@ -0,0 +1,11 @@
1
+# Defines Code Owners for the Repository
2
+
3
+# A code owner is a person(s)/organization(s) that manages or handles the repository
4
+# where `.github/CODEOWNERS` file is defined. The syntax follows `.gitignore` style, with
5
+# some exceptions (check documentation for more information).
6
+# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
7
8
+# The owners specified below are the default owner of any/all the
9
+# files available under the repository, unless so specified by the order
10
+# of precendence (if found later).
11
+* @ZenithClown
0 commit comments