From 245c0847265d3b0b904747ac4be298fe763a4454 Mon Sep 17 00:00:00 2001 From: Robin Voetter Date: Mon, 9 Oct 2023 19:45:22 +0200 Subject: [PATCH] add Snektron to CODEOWNERS for SPIR-V --- .github/CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.54.0