diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..a9480f17 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,10 @@ +# Default owners for everything in the repo +* @bumahkib7 + +# Critical files require explicit owner approval +/Cargo.toml @bumahkib7 +/Cargo.lock @bumahkib7 +/.github/ @bumahkib7 +/src/main.rs @bumahkib7 +/LICENSE @bumahkib7 +/SECURITY.md @bumahkib7