diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4c8e64768b522f3d774073f6e98cdc130e6c0905..c912f561c61bafa6d700bf16d8befc5d7002bf67 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ -# Autodoc +# Autodoc /src/Autodoc.zig @kristoff-it /src/autodoc/* @kristoff-it /lib/docs/* @kristoff-it @@ -11,3 +11,6 @@ # resinator /src/resinator/* @squeek502 + +# SPIR-V selfhosted backend +/src/codegen/spirv* @Snektron