diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cfab4204..5c58a6cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,18 +1,7 @@ We always appreciate your contribution. ThorVG doesn't expect patches to be perfect; instead, we value contributions that make ThorVG better than before. This page outlines the ThorVG contribution format.

## Reviewers -Hermet Park (hermet) is the lead maintainer. Moreover, there are designated reviewers you can contact for individual modules when submitting pull requests. - -sw_engine: Mira Grudzinska (mgrudzinska)
-gl_engine: Ruiwen Tang (RuiwenTang), Sergii Liebodkin (SergeyLebedkin)
-wg_engine: Sergii Liebodkin (SergeyLebedkin)
-svg_loader: Junsu Choi (JSUYA), Mira Grudzinska (mgrudzinska)
-tvg_loader: Mira Grudzinska (mgrudzinska)
-gif_saver: Junsu Choi (JSUYA)
-webp_loader: Junsu Choi (JSUYA)
-web: Jinny You (tinyjin)
-svg2png: Junsu Choi (JSUYA)
-
+ThorVG uses GitHub infrastructure to automatically assign code reviewers for your changes. To see the full list of reviewers, please refer to the [CODEOWNERS](https://github.com/thorvg/thorvg/blob/main/CODEOWNERS) file. ## Self Test & Verification After updating the ThorVG code, please ensure your changes don't break the library. We recommend conducting unit tests. You can easily run them using the following build commands: