From 8aaf620784610df5f39d938b78a6ce1e2d4ed0ae Mon Sep 17 00:00:00 2001 From: sanderegg <35365065+sanderegg@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:39:51 +0200 Subject: [PATCH] added code owners file --- CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..6b7cfecd --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,9 @@ +# Maps code in repository with maintainers +# Order is important. The last matching pattern has the most precedence. +# SEE https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners#example-of-a-codeowners-file + + +# files and folders recursively +* @mrnicegyu11 @YuryHrytsuk + +