From b23547ad0be582eee6e508c2e00d4b54c2700c0c Mon Sep 17 00:00:00 2001 From: Denys Bezmenov Date: Thu, 14 Nov 2024 12:03:07 -0800 Subject: [PATCH] Added CODEOWNERS --- .github/CODEOWNERS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..c0f000d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,17 @@ +# Core components +/kos_core/ @codekansas @hatomist +/daemon/ @codekansas @hatomist + +# Platform-specific code +/platforms/kscale_micro/ @codekansas @hatomist +/platforms/kscale_pro/ @codekansas @hatomist @WT-MM +/platforms/sim/ @codekansas @hatomist +/platforms/stub/ @codekansas @hatomist + +# Python client +/pykos/ @codekansas @hatomist + +# Build and CI configuration +/.github/ @codekansas @hatomist +/toolchain/ @codekansas @hatomist +*.toml @codekansas @hatomist \ No newline at end of file