From 4b79243a351657567d26ba42f333f7319131a9de Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 29 Feb 2024 08:50:32 -0300 Subject: [PATCH] chore: create CODEOWNERS --- .github/CODEOWNERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..77986736 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,12 @@ +/scripts @caarlos0 +/term/ansi @aymanbagabas +/term/conpty @aymanbagabas +/term/termios @caarlos0 +/editor @caarlos0 +/errors @caarlos0 +/exp/golden @caarlos0 +/exp/higherorder @meowgorithm +/exp/ordered @meowgorithm +/exp/slice @meowgorithm +/exp/strings @meowgorithm +/exp/teatest @caarlos0