From 503e40317e23bbdc496578849c1face740ab006b Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Tue, 12 Nov 2024 12:53:38 +0200 Subject: [PATCH] Create CODEOWNERRS (#336) * Create CODEOWNERRS * Rename CODEOWNERRS to CODEOWNERS * Update CODEOWNERS --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..a0c835e5 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners +# Order is important; the last matching pattern takes the most precedence. + +* @dutow @dAdAbird +/documentation/ @nastena1606 +/.github/ @artemgavrilov