From 6adbc2fe4dad708280f8bc60590335a892510731 Mon Sep 17 00:00:00 2001 From: Roland Groza Date: Tue, 8 Oct 2024 20:43:08 +0300 Subject: [PATCH] docs: link to org contributing guideline --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f67128a..c5bf8a7 100644 --- a/README.md +++ b/README.md @@ -103,9 +103,7 @@ For folder drop we use the [FileSystem API](https://developer.mozilla.org/en-US/ ## Contribute -If you wish to contribute, please use the following guidelines: -* Use [Conventional Commits](https://conventionalcommits.org) -* Use `[ci skip]` in commit messages to skip a build +Checkout the organization [CONTRIBUTING.md](https://github.com/react-dropzone/.github/blob/main/CONTRIBUTING.md). ## Credits * [html5-file-selector](https://github.com/quarklemotion/html5-file-selector)