thorvg/CODEOWNERS
Line: 5: incorrect codeowner user: hermet Line: 5: no users/groups matched Line: 6: incorrect codeowner user: mgrudzinska Line: 6: no users/groups matched Line: 7: incorrect codeowner user: RuiwenTang Line: 7: incorrect codeowner user: SergeyLebedkin Line: 7: no users/groups matched Line: 8: incorrect codeowner user: SergeyLebedkin Line: 8: no users/groups matched Line: 9: incorrect codeowner user: JSUYA Line: 9: no users/groups matched Line: 10: incorrect codeowner user: JSUYA Line: 10: no users/groups matched Line: 11: incorrect codeowner user: mgrudzinska Line: 11: no users/groups matched Line: 12: incorrect codeowner user: JSUYA Line: 12: incorrect codeowner user: mgrudzinska Line: 12: no users/groups matched Line: 13: incorrect codeowner user: JSUYA Line: 13: no users/groups matched Line: 14: incorrect codeowner user: JSUYA Line: 14: no users/groups matched Line: 15: incorrect codeowner user: JSUYA Line: 15: no users/groups matched Line: 16: incorrect codeowner user: JSUYA Line: 16: incorrect codeowner user: RuiwenTang Line: 16: incorrect codeowner user: SergeyLebedkin Line: 16: incorrect codeowner user: tinyjin Line: 16: incorrect codeowner user: mgrudzinska Line: 16: no users/groups matched Line: 17: incorrect codeowner user: JSUYA Line: 17: incorrect codeowner user: RuiwenTang Line: 17: incorrect codeowner user: SergeyLebedkin Line: 17: incorrect codeowner user: tinyjin Line: 17: incorrect codeowner user: mgrudzinska Line: 17: no users/groups matched Line: 18: incorrect codeowner user: tinyjin Line: 18: no users/groups matched
Hermet Park e8e9ba5ea0 infra: move the examples folder outside of the source directory.
examples are not considered a feature of ThorVG;
hence, they are excluded from the src directory.

This change allows developers to concentrate more effectively
on the core ThorVG sources for practical usages.
2024-04-01 10:52:22 +09:00

18 lines
763 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/renderer/sw_engine @mgrudzinska
/src/renderer/gl_engine @RuiwenTang @SergeyLebedkin
/src/renderer/wg_engine @SergeyLebedkin
/src/loaders/external_webp/ @JSUYA
/src/loaders/raw/ @JSUYA
/src/loaders/tvg/ @mgrudzinska
/src/loaders/svg/ @JSUYA @mgrudzinska
/src/loaders/webp/ @JSUYA
/src/savers/gif/ @JSUYA
/src/tools/svg2png/ @JSUYA
/examples/ @JSUYA @RuiwenTang @SergeyLebedkin @tinyjin @mgrudzinska
/test/* @JSUYA @RuiwenTang @SergeyLebedkin @tinyjin @mgrudzinska
/web/* @tinyjin