Update CONTRIBUTING.md

This commit is contained in:
Hermet Park 2024-06-04 13:40:30 +09:00 committed by GitHub
parent 952e2b0116
commit 89f9694cb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,9 +2,10 @@ We always appreciate your contribution. ThorVG doesn't expect patches to be perf
<br /> <br />
## Reviewers ## Reviewers
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. 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.
<br />
## Self Test & Verification ## 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 /> 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/> <br/>
` `
$meson . build -Dtests=true -Dloaders="all" -Dsavers="all" -Dbindings="capi" -Dtools="all" -Dlog=true $meson . build -Dtests=true -Dloaders="all" -Dsavers="all" -Dbindings="capi" -Dtools="all" -Dlog=true
@ -22,7 +23,7 @@ Fail: 0<br/>
Unexpected Pass: 0<br/> Unexpected Pass: 0<br/>
Skipped: 0<br/> Skipped: 0<br/>
Timeout: 0<br/> Timeout: 0<br/>
<br/>
## Commit Message ## Commit Message
[Module][Feature]: [Title] [Module][Feature]: [Title]
@ -81,7 +82,6 @@ Here's a sample commit message for clarity:
@References: [Provide any relevant links, such as screenshots.] @References: [Provide any relevant links, such as screenshots.]
@Issues: [Link to the issue] @Issues: [Link to the issue]
<br />
## Pull Request ## Pull Request