mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
952e2b0116
commit
89f9694cb8
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue