From: Jake Date: Mon, 29 Dec 2014 20:56:52 +0000 (-0500) Subject: Update CONTRIBUTING.md X-Git-Tag: v1.0.1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=102c069d74a6db5088627fe329f17562a110af32;p=thirdparty%2FChart.js.git Update CONTRIBUTING.md --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a60498e35..c617dc7ab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,6 @@ 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 submit your pull requests as one commit, if necesary please ```rebase``` to make it a single commit. New Chart Types ===============