]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Link to contributing guide from readme
authorNick Downie <hello@nickdownie.com>
Thu, 1 Jan 2015 23:49:10 +0000 (23:49 +0000)
committerNick Downie <hello@nickdownie.com>
Thu, 1 Jan 2015 23:49:10 +0000 (23:49 +0000)
README.md

index a7db2c9501ef8f77c59b0a55c77000ad54e33873..db5c75c7c105fe772859ae168efe02de90f6696c 100644 (file)
--- 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).