From 097ea74ffc9558205dd34f5a54d328002e925888 Mon Sep 17 00:00:00 2001 From: David Beechey Date: Thu, 10 Oct 2024 19:52:26 +0100 Subject: [PATCH] Create CODEOWNERS (#22) --- .github/CODEOWNERS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..1355400a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,21 @@ +* @davidbeechey + +# Infrastructure +debugger @kshxtij +lib/core @kshxtij +lib/config @kshxtij +lib/state_machine @DylanCavers + +# Localisation +lib/localisation @misha7b + +# Motors & Levitation Control +lib/motors @jpfbastos +lib/levitation @jpfbastos + +# Sensors +lib/sensors @licornes-fluos @H-Allen +lib/io @licornes-fluos @H-Allen + +# Telemetry +telemetry @arjunnaha