From 04e0f50769f2cd77c39cc02746e2461474713a9a Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Thu, 15 Oct 2020 12:09:08 +0900 Subject: [PATCH] Update CONTRIBUTING.md Change-Id: I03e3f6c3d2dc1f0f96a2bbae5432a801402dae1d --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e05a4546..889f93c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,10 @@ You can keep the file name, but don't please contain any prefix(tvg) nor suffix( Lastly, please append any issue ticket numbers in this section if any. - - ex) common composite: newly added path clipping feature + +- Here is a overall commit message what we expect to review: + + - common composite: newly added path clipping feature We introduced new method Paint::composite() to support composite behaviors.
This allows paints to composite with other paints instances.
-- 2.34.1