Update CODEOWNERS

This commit is contained in:
Hermet Park 2023-05-09 00:10:49 +09:00 committed by GitHub
parent 23c0b8e9f2
commit 85f001c88d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,14 @@
# This is a comment. # ThorVG uses the CODEOWNERS file to automatically assign reviewers in the GitHub system.
# Each line is a file pattern followed by one or more owners. # 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 * @hermet
# the repo. Unless a later match takes precedence, /src/lib/* @JSUYA @mgrudzinska
# @global-owner1 and @global-owner2 will be requested for /src/lib/sw_engine/ @JSUYA @mgrudzinska
# review when someone opens a pull request. /src/loaders/svg/ @JSUYA @mgrudzinska
* @hermet @mgrudzinska /src/loaders/tvg/ @mgrudzinska
/src/loaders/svg/ @JSUYA /src/savers/tvg/ @mgrudzinska
/src/bin/svg2png/ @JSUYA /src/bin/svg2png/ @JSUYA
/src/examples/ @JSUYA @mgrudzinska
/test/* @JSUYA @mgrudzinska
/test/capi/ @mgrudzinska