From 89f9694cb82c0209cbbea8248d94e5f7bc832dad Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 4 Jun 2024 13:40:30 +0900 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5c58a6cb..ae99be5a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,9 +2,10 @@ We always appreciate your contribution. ThorVG doesn't expect patches to be perf
## 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. +
## 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:
+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:
` $meson . build -Dtests=true -Dloaders="all" -Dsavers="all" -Dbindings="capi" -Dtools="all" -Dlog=true @@ -22,7 +23,7 @@ Fail: 0
Unexpected Pass: 0
Skipped: 0
Timeout: 0
-
+ ## Commit Message [Module][Feature]: [Title] @@ -81,7 +82,6 @@ Here's a sample commit message for clarity: @References: [Provide any relevant links, such as screenshots.] @Issues: [Link to the issue] -
## Pull Request