From 93f026f811b70bdf946cc6d98eb5a666fc732457 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 c302482..6dea8d6 100644 --- a/README.md +++ b/README.md @@ -108,9 +108,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)