mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
ceee253f4e
commit
952e2b0116
1 changed files with 1 additions and 12 deletions
|
@ -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.<br />
|
||||
<br />
|
||||
## Reviewers
|
||||
Hermet Park (hermet) is the lead maintainer. Moreover, there are designated reviewers you can contact for individual modules when submitting pull requests.
|
||||
|
||||
<b>sw_engine:</b> Mira Grudzinska (mgrudzinska) <br />
|
||||
<b>gl_engine:</b> Ruiwen Tang (RuiwenTang), Sergii Liebodkin (SergeyLebedkin) <br />
|
||||
<b>wg_engine:</b> Sergii Liebodkin (SergeyLebedkin) <br />
|
||||
<b>svg_loader:</b> Junsu Choi (JSUYA), Mira Grudzinska (mgrudzinska) <br />
|
||||
<b>tvg_loader:</b> Mira Grudzinska (mgrudzinska) <br />
|
||||
<b>gif_saver:</b> Junsu Choi (JSUYA) <br />
|
||||
<b>webp_loader:</b> Junsu Choi (JSUYA) <br />
|
||||
<b>web:</b> Jinny You (tinyjin) <br />
|
||||
<b>svg2png:</b> Junsu Choi (JSUYA) <br />
|
||||
<br />
|
||||
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: <br />
|
||||
|
|
Loading…
Add table
Reference in a new issue