From 85f001c88d77279e213c2ec86eeb43f6650f18d5 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 9 May 2023 00:10:49 +0900 Subject: [PATCH] Update CODEOWNERS --- CODEOWNERS | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index f87c7a73..d5c6a6ee 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,10 +1,14 @@ -# This is a comment. -# Each line is a file pattern followed by one or more owners. +# ThorVG uses the CODEOWNERS file to automatically assign reviewers in the GitHub system. +# However, the presence of a CODEOWNER does not necessarily imply that they are the sole copyright owners of the code. +# For more information, please consult the AUTHORS file. -# These owners will be the default owners for everything in -# the repo. Unless a later match takes precedence, -# @global-owner1 and @global-owner2 will be requested for -# review when someone opens a pull request. -* @hermet @mgrudzinska -/src/loaders/svg/ @JSUYA +* @hermet +/src/lib/* @JSUYA @mgrudzinska +/src/lib/sw_engine/ @JSUYA @mgrudzinska +/src/loaders/svg/ @JSUYA @mgrudzinska +/src/loaders/tvg/ @mgrudzinska +/src/savers/tvg/ @mgrudzinska /src/bin/svg2png/ @JSUYA +/src/examples/ @JSUYA @mgrudzinska +/test/* @JSUYA @mgrudzinska +/test/capi/ @mgrudzinska