From: Nick Downie Date: Thu, 1 Jan 2015 23:49:10 +0000 (+0000) Subject: Link to contributing guide from readme X-Git-Tag: v1.0.1~7^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7626dcf14eb4f7766a83b012c32722eca00ea846;p=thirdparty%2FChart.js.git Link to contributing guide from readme --- diff --git a/README.md b/README.md index a7db2c950..db5c75c7c 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,10 @@ You can find documentation at [chartjs.org/docs](http://www.chartjs.org/docs/). The markdown files that build the site are available under `/docs`. Please note - in some of the json examples of configuration you might notice some liquid tags - this is just for the generating the site html, please disregard. -## License - -Chart.js is available under the [MIT license](http://opensource.org/licenses/MIT). +## Bugs, issues and contributing -## Bugs & issues +Before submitting an issue or a pull request to the project, please take a moment to look over the [contributing guidelines](https://github.com/nnnick/Chart.js/blob/master/CONTRIBUTING.md) first. -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. +## License -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. +Chart.js is available under the [MIT license](http://opensource.org/licenses/MIT).