From 7e97aa3300703a8a1d68713769295d637f52a582 Mon Sep 17 00:00:00 2001 From: Jake Date: Mon, 29 Dec 2014 16:18:44 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c617dc7ab85..f4cc8d86f99 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,6 +9,7 @@ New contributions to the library are welcome, just a couple of guidelines: * Please keep pull requests concise, and document new functionality in the relevant .md file. * Consider whether your changes are useful for all users, or if creating a Chart.js extension would be more appropriate. * Please avoid committing in the build Chart.js & Chart.min.js file, as it causes conflicts when merging. + * Please make all Pull Requests to ```dev``` branch New Chart Types ===============