From 86446a054213d91952ad86ca45eada35044e63ba Mon Sep 17 00:00:00 2001 From: mym0404 Date: Sat, 30 Mar 2024 20:53:49 +0900 Subject: [PATCH] docs: add contribution section to README.MD --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 64588a5..3b5a0ad 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,10 @@ All the available parameters. | canvasViewDrawingDidChange | Called after the drawing on the canvas did change. | | | canvasViewDidFinishRendering | Called after setting `drawing` when the entire drawing is rendered and visible. | | +## Contribution + +Please read [CONTRIBUTING.md](/CONTRIBUTING.md) and contribute your works! Thank you :) + ## Example Check example on [pub.dev](https://pub.dev/packages/pencil_kit/example) page