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.
# 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