From 424fb09c0ef637609a48700d47cc119f9b876b45 Mon Sep 17 00:00:00 2001 From: christophkloeffel Date: Tue, 26 Mar 2024 16:39:08 +0100 Subject: [PATCH] adds CODEOWNERS --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..aae396bf --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @phiwuu, @florianschanda and @christophkloeffel will be requested for +# review when someone opens a pull request. +* @phiwuu @florianschanda @christophkloeffel