Update CONTRIBUTING.md

This commit is contained in:
Jake 2014-12-29 16:18:44 -05:00
parent 102c069d74
commit 7e97aa3300

View File

@ -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
===============