From 2b7186893f661d03b354f84903fdd570353a2ae4 Mon Sep 17 00:00:00 2001 From: Sam <16504129+sagudev@users.noreply.github.com> Date: Mon, 25 Aug 2025 04:41:24 +0200 Subject: [PATCH] CODEOWNERS: add sagudev for canvas and WebGPU components (#38899) Not sure how useful it is given that I usually deal with these two components, but at least it will keep stuff from other people on my radar. Testing: Not needed, just github stuff Signed-off-by: Sam <16504129+sagudev@users.noreply.github.com> --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0bac7800467..a9c0de259fd 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -15,3 +15,11 @@ # Reviewers for Minibrowser related code /ports/servoshell/desktop @atbrakhi + +# Reviewers for 2D canvas related code +/components/canvas @sagudev +/components/shared/canvas @sagudev + +# Reviewers for WebGPU related code +/components/webgpu @sagudev +/components/script/dom/webgpu @sagudev