From 544ce6f61f36da360ca84e8e730428f7a6b05d5a Mon Sep 17 00:00:00 2001 From: Harald Heckmann Date: Fri, 9 Jun 2023 16:23:23 +0200 Subject: [PATCH] Add code owners --- CODEOWNERS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..b48c5e381 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,15 @@ +# When a part of the project is modified that is owned by a code owner, +# the code owner has to be included in the respective PR's reviewer list. +# The code owner has the right to delegate the responsibility to review. +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +/node/ @sea212 +/runtime/ @sea212 +/zrml/authorized/ @Chralt98 +/zrml/court/ @Chralt98 +/zrml/global-disputes/ @Chralt98 +/zrml/prediction-markets/ @maltekliemann +/zrml/rikiddo/ @sea212 +/zrml/simple-disputes/ @Chralt98 +/zrml/styx/ @yornaath +/zrml/swaps/ @maltekliemann