]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update readme about where to put new chart types
authorWilliam Entriken <github.com@phor.net>
Mon, 29 Dec 2014 20:40:09 +0000 (15:40 -0500)
committerWilliam Entriken <github.com@phor.net>
Mon, 29 Dec 2014 20:40:09 +0000 (15:40 -0500)
README.md

index 3675a5f747b50292e2033b8545c08c1c68b97d7b..19357c1c005287d836cbdf41e6685421114ff751 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,4 +14,4 @@ Chart.js is available under the [MIT license](http://opensource.org/licenses/MIT
 
 When reporting bugs or issues, if you could include a link to a simple [jsbin](http://jsbin.com) or similar demonstrating the issue, that'd be really helpful.
 
-This project is modular and supports separately-maintained new chart types. This project's scope includes only the chart types included. New chart types will be considered for inclusion in the project if they incude passing build tests and have complete documentation. Please discuss new or "missing" chart types in the [Chart.js User Discussion](https://groups.google.com/forum/#!forum/chartjs-user-discussion) Google Group and not in Issues. For more information, please also see the CONTRIBUTING file.
+This project is modular and supports separately-maintained new chart types. This project's scope includes only the chart types included. New chart types should be created and maintained in separate repositories. We may consider linking to them from this project if they incude passing build tests and have complete documentation. Please discuss new or "missing" chart types in the [Chart.js User Discussion](https://groups.google.com/forum/#!forum/chartjs-user-discussion) Google Group and not in Issues. For more information, please also see the CONTRIBUTING file.