Merge pull request #5 from fulldecent/origin/patch-2

Origin/patch 2
This commit is contained in:
William Entriken
2014-12-29 15:41:39 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -17,4 +17,4 @@ Chart.js is designed to be modular. See http://www.chartjs.org/docs/#advanced-us
All discussion of new chart types (horizontal bar charts, X-Y scatter plot, etc.) should be done in the Chart.js Google Group at https://groups.google.com/forum/#!forum/chartjs-user-discussion This will get the most exposure for getting people to help define requirements, complete programming and documentation of your vision.
Please do not request new chart types in the project issues. Fully implemented, documented, and useful new charts may be added to the project via a Pull Request.
Please do not request new chart types in the project issues. Fully implemented, documented, and useful new charts may be maintained in a new repository. Later, we may add a link to selected external repositories from this project.

View File

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