authorgravatar for robin@voetter.nlRobin Voetter <robin@voetter.nl> 2023-10-09 19:45:22+02:00
committergravatar for robin@voetter.nlRobin Voetter <robin@voetter.nl> 2023-10-15 14:00:31+02:00
log245c0847265d3b0b904747ac4be298fe763a4454
tree7737877ea6234cf22dd0702fdc84eb572154e9d4
parentf4064d98e23eaa4ad0ec76aca7a341d3e923e86e
signaturebadge-check Signed by SSH key SHA256:CQ99aPxq+RueiL9u7z0FEki5Fm7V6T8q4PrEGmINrA4

add Snektron to CODEOWNERS for SPIR-V


1 files changed, 4 insertions(+), 1 deletions(-)

.github/CODEOWNERS+4-1
...@@ -1,4 +1,4 @@...@@ -1,4 +1,4 @@
1# Autodoc 1# Autodoc
2/src/Autodoc.zig @kristoff-it2/src/Autodoc.zig @kristoff-it
3/src/autodoc/* @kristoff-it3/src/autodoc/* @kristoff-it
4/lib/docs/* @kristoff-it4/lib/docs/* @kristoff-it
...@@ -11,3 +11,6 @@...@@ -11,3 +11,6 @@
1111
12# resinator12# resinator
13/src/resinator/* @squeek50213/src/resinator/* @squeek502
14
15# SPIR-V selfhosted backend
16/src/codegen/spirv* @Snektron