From 68491c79aa093c0cbeedfb4af4c56fe9870c6dc6 Mon Sep 17 00:00:00 2001 From: Matias Meno Date: Tue, 16 Apr 2013 16:25:04 +0300 Subject: [PATCH] Added link to the contributing guidelines. --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 9e95368ca..d0ecb2cdd 100644 --- a/readme.md +++ b/readme.md @@ -5,6 +5,8 @@ Dropzone.js is a light weight JavaScript library that turns an HTML element into a dropzone. This means that a user can drag and drop a file onto it, and the file gets uploaded to the server via AJAX. +> **Please read the [contributing guidelines](CONTRIBUTING.md) before you start working on Dropzone!** + Starting with version 2.0.0 this library does no longer depend on jQuery (but it still works as a jQuery module).