mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
Update CODEOWNERS
This commit is contained in:
parent
23c0b8e9f2
commit
85f001c88d
1 changed files with 12 additions and 8 deletions
20
CODEOWNERS
20
CODEOWNERS
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue