mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
14 lines
559 B
Text
14 lines
559 B
Text
# 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.
|
|
|
|
* @hermet
|
|
/src/loaders/svg/ @JSUYA @mgrudzinska
|
|
/src/loaders/tvg/ @mgrudzinska
|
|
/src/loaders/external_webp/ @JSUYA
|
|
/src/savers/tvg/ @mgrudzinska
|
|
/src/bindings/capi/ @mgrudzinska
|
|
/src/bin/svg2png/ @JSUYA
|
|
/src/examples/ @JSUYA @mgrudzinska
|
|
/test/* @JSUYA @mgrudzinska
|
|
/test/capi/ @mgrudzinska
|